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)
FilterTableaddFilter in class FilterTablepublic void removeFilter(Subscription sub, java.lang.Object object)
FilterTableremoveFilter in class FilterTablepublic FilterTableResult match(Message message, boolean collectTriggers)
FilterTablematch in class FilterTablemessage - Message to match.matches.