Package org.springframework.integration.message.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 expired.