Interface | Description |
---|---|
MessageMatcher<T> |
API for determining if a
Message should be matched on. |
Class | Description |
---|---|
AndMessageMatcher<T> |
MessageMatcher that will return true if all of the passed in
MessageMatcher instances match. |
OrMessageMatcher<T> |
MessageMatcher that will return true if any of the passed in
MessageMatcher instances match. |
SimpDestinationMessageMatcher |
MessageMatcher which compares a pre-defined pattern against the destination of a
Message . |
SimpMessageTypeMatcher |
A
MessageMatcher that matches if the provided Message has a type that
is the same as the SimpMessageType that was specified in the constructor. |