Package | Description |
---|---|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
Modifier and Type | Method and Description |
---|---|
List<FilterSetEntry> |
FilterSet.getFilters()
Returns the filters.
|
Constructor and Description |
---|
FilterSet(List<FilterSetEntry> filters)
Ctor.
|