SubscriptionMatcherglobal interface SubscriptionMatcher Interface capable of matching a DeliveredMessage for filtering when handling messages. MethodsmatchesBoolean matches(DeliveredMessage message) Determines whether the given DeliveredMessage is a match. Input Parameters
Return ValueA Boolean value indicating whether the message is a match. |