Interface MessageMatcher<T>
- All Known Implementing Classes:
- AbstractMessageMatcherComposite,- AndMessageMatcher,- OrMessageMatcher,- SimpDestinationMessageMatcher,- SimpMessageTypeMatcher
public interface MessageMatcher<T>
API for determining if a 
Message should be matched on.- Since:
- 4.0
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
ANY_MESSAGEMatches everyMessage
 
- 
- 
Method Details- 
matchesReturns true if theMessagematches, else false- Parameters:
- message- the- Messageto match on
- Returns:
- true if the Messagematches, else false
 
 
-