Package org.springframework.security.messaging.util.matcher
-
Interface Summary Interface Description MessageMatcher<T> API for determining if aMessage
should be matched on. -
Class Summary Class Description AbstractMessageMatcherComposite<T> AbstractMessageMatcher
containing multipleMessageMatcher
AndMessageMatcher<T> MessageMatcher
that will return true if all of the passed inMessageMatcher
instances match.OrMessageMatcher<T> MessageMatcher
that will return true if any of the passed inMessageMatcher
instances match.SimpDestinationMessageMatcher MessageMatcher which compares a pre-defined pattern against the destination of aMessage
.SimpMessageTypeMatcher AMessageMatcher
that matches if the providedMessage
has a type that is the same as theSimpMessageType
that was specified in the constructor.