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