Spring Integration

Package org.springframework.integration.selector

Provides classes related to message selection.

See:
          Description

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  
 

Package org.springframework.integration.selector Description

Provides classes related to message selection.


Spring Integration