Spring Integration

Uses of Class
org.springframework.integration.selector.MessageSelectorChain.VotingStrategy

Packages that use MessageSelectorChain.VotingStrategy
org.springframework.integration.selector   
 

Uses of MessageSelectorChain.VotingStrategy in org.springframework.integration.selector
 

Methods in org.springframework.integration.selector that return MessageSelectorChain.VotingStrategy
static MessageSelectorChain.VotingStrategy MessageSelectorChain.VotingStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageSelectorChain.VotingStrategy[] MessageSelectorChain.VotingStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.integration.selector with parameters of type MessageSelectorChain.VotingStrategy
 void MessageSelectorChain.setVotingStrategy(MessageSelectorChain.VotingStrategy votingStrategy)
          Specify the voting strategy for this selector chain.
 


Spring Integration

Copyright © 2010. All Rights Reserved.