Uses of Enum Class
org.springframework.integration.selector.MessageSelectorChain.VotingStrategy
Package
Description
Provides classes related to message selection.
-
Uses of MessageSelectorChain.VotingStrategy in org.springframework.integration.selector
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MessageSelectorChain.VotingStrategy[]
MessageSelectorChain.VotingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MessageSelectorChain.setVotingStrategy
(MessageSelectorChain.VotingStrategy votingStrategy) Specify the voting strategy for this selector chain.