Interface TopicMatcher
-
- All Known Implementing Classes:
ExactTopicMatcher,PackageTopicMatcher,SubPackagesTopicMatcher
public interface TopicMatcherInterface for topic matchers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringmatch(String topic)Check if the topic matches and return the variable part - null if not matching.
-