Package org.springframework.integration.selector

Interface Summary
MessageSelector Strategy interface for message selection.
 

Class Summary
MessageSelectorChain A message selector implementation that passes incoming messages through a chain of selectors.
PayloadTypeSelector A MessageSelector implementation that checks the type of the Message payload.
UnexpiredMessageSelector A MessageSelector that accepts Messages that are not yet expired.
 

Enum Summary
MessageSelectorChain.VotingStrategy