Interface | Description |
---|---|
MessageMatcher<T> |
API for determining if a
Message should be matched on. |
Class | Description |
---|---|
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. |