Uses of Enum
com.rabbitmq.client.amqp.ConnectionSettings.Affinity.Operation
Packages that use ConnectionSettings.Affinity.Operation
-
Uses of ConnectionSettings.Affinity.Operation in com.rabbitmq.client.amqp
Methods in com.rabbitmq.client.amqp that return ConnectionSettings.Affinity.OperationModifier and TypeMethodDescriptionConnectionSettings.AffinityContext.operation()
Operation for affinity.Returns the enum constant of this type with the specified name.ConnectionSettings.Affinity.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rabbitmq.client.amqp with parameters of type ConnectionSettings.Affinity.OperationModifier and TypeMethodDescriptionConnectionSettings.Affinity.operation
(ConnectionSettings.Affinity.Operation operation) The type of operation to look affinity with.