Enum AffinityConfig.Types.Command (4.4.0)

public enum AffinityConfig.Types.Command

Namespace

Google.Api.Gax.Grpc.Gcp

Assembly

Google.Api.Gax.Grpc.dll

Fields

NameDescription
Bind

The annotated method will establish the channel affinity with the channel which is used to execute the RPC. The corresponding <affinity_key_field_path> will be used to find the affinity key from the response message.

Bound

The annotated method will be required to be bound to an existing session to execute the RPC. The corresponding <affinity_key_field_path> will be used to find the affinity key from the request message.

Unbind

The annotated method will remove the channel affinity with the channel which is used to execute the RPC. The corresponding <affinity_key_field_path> will be used to find the affinity key from the request message.