public enum AffinityConfig.Types.CommandNamespace
Google.Api.Gax.Grpc.GcpAssembly
Google.Api.Gax.Grpc.dll
Fields |
|
|---|---|
| Name | Description |
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. |