Uses of Enum
com.rabbitmq.client.amqp.Management.QueueLeaderLocator
Packages that use Management.QueueLeaderLocator
-
Uses of Management.QueueLeaderLocator in com.rabbitmq.client.amqp
Subclasses with type arguments of type Management.QueueLeaderLocator in com.rabbitmq.client.amqpMethods in com.rabbitmq.client.amqp that return Management.QueueLeaderLocatorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Management.QueueLeaderLocator[]
Management.QueueLeaderLocator.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 Management.QueueLeaderLocatorModifier and TypeMethodDescriptionManagement.QueueSpecification.leaderLocator
(Management.QueueLeaderLocator locator) Leader-locator strategy (replica placement) for the queue.