public interface SimpSubscriptionMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
match(SimpSubscription subscription)
Match the given subscription.
|
boolean match(SimpSubscription subscription)
subscription
- the subscription to matchtrue
in case of a match, false
otherwise