Uses of Enum Class
org.springframework.integration.selector.MessageSelectorChain.VotingStrategy
Packages that use MessageSelectorChain.VotingStrategy
Package
Description
Provides classes related to message selection.
-
Uses of MessageSelectorChain.VotingStrategy in org.springframework.integration.selector
Methods in org.springframework.integration.selector that return MessageSelectorChain.VotingStrategyModifier 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.Methods in org.springframework.integration.selector with parameters of type MessageSelectorChain.VotingStrategyModifier and TypeMethodDescriptionvoid
MessageSelectorChain.setVotingStrategy
(MessageSelectorChain.VotingStrategy votingStrategy) Specify the voting strategy for this selector chain.