Class MessageSelectorChain

java.lang.Object
org.springframework.integration.selector.MessageSelectorChain
All Implemented Interfaces:
GenericSelector<Message<?>>, MessageSelector

public class MessageSelectorChain
extends Object
implements MessageSelector
A message selector implementation that passes incoming messages through a chain of selectors. Whether the Message is accepted is based upon the tallied results of the individual selectors' responses in accordance with this chain's MessageSelectorChain.VotingStrategy.
Author:
Mark Fisher, Gary Russell