Uses of Enum Class
org.springframework.amqp.core.QueueBuilder.LeaderLocator
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of QueueBuilder.LeaderLocator in org.springframework.amqp.core
Modifier and TypeMethodDescriptionstatic QueueBuilder.LeaderLocator
Returns the enum constant of this class with the specified name.static QueueBuilder.LeaderLocator[]
QueueBuilder.LeaderLocator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionQueueBuilder.leaderLocator
(QueueBuilder.LeaderLocator locator) Set the master locator mode which determines which node a queue master will be located on a cluster of nodes.