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 Summary
-
Method Summary
-
Field Details
-
ANY_MESSAGE
Matches everyMessage
-
-
Method Details
-
matches
Returns true if theMessage
matches, else false- Parameters:
message
- theMessage
to match on- Returns:
- true if the
Message
matches, else false
-