Interface SimpSubscriptionMatcher
public interface SimpSubscriptionMatcher
A strategy for matching subscriptions.- Since:
- 4.2
- Author:
- Rossen Stoyanchev
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(SimpSubscription subscription)Match the given subscription.
Method Detail
match
boolean match(SimpSubscription subscription)
Match the given subscription.- Parameters:
subscription- the subscription to match- Returns:
truein case of a match,falseotherwise