Package org.springframework.integration.message.selector

Interface Summary
MessageSelector Strategy interface for message selection.
 

Class Summary
PayloadTypeSelector A MessageSelector implementation that checks the type of the Message payload.
 

Exception Summary
MessageSelectorRejectedException An exception indicating that a message was rejected by an implementation of MessageSelector.