Uses of Enum Class
org.springframework.amqp.core.QueueBuilder.LeaderLocator
Packages that use QueueBuilder.LeaderLocator
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of QueueBuilder.LeaderLocator in org.springframework.amqp.core
Methods in org.springframework.amqp.core that return QueueBuilder.LeaderLocatorModifier and TypeMethodDescriptionstatic QueueBuilder.LeaderLocatorReturns 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.Methods in org.springframework.amqp.core with parameters of type QueueBuilder.LeaderLocatorModifier 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.