public class DefaultFilterTable extends FilterTable
Constructor and Description |
---|
DefaultFilterTable() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(Subscription sub,
java.lang.Object object)
Add subscription to filter table.
|
FilterTableResult |
match(Message message,
boolean collectTriggers)
Match message against filters.
|
void |
removeFilter(Subscription sub,
java.lang.Object object)
Remove subscription from filter table.
|
public void addFilter(Subscription sub, java.lang.Object object)
FilterTable
addFilter
in class FilterTable
public void removeFilter(Subscription sub, java.lang.Object object)
FilterTable
removeFilter
in class FilterTable
public FilterTableResult match(Message message, boolean collectTriggers)
FilterTable
match
in class FilterTable
message
- Message to match.matches
.