public abstract class TopicFilter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TopicFilter.IncludeList |
Constructor and Description |
---|
TopicFilter(String rawRegex) |
Modifier and Type | Method and Description |
---|---|
Pattern |
getPattern() |
abstract boolean |
isTopicAllowed(String topic,
boolean excludeInternalTopics) |
String |
toString() |