EventBus.See: Description
| Interface | Description |
|---|---|
| FilterLanguageSupport<T> |
General contract for any filter language which relates to a methodology of converting a language expression to a
valid
EventFilter instance consumable by EventBus |
| Exception | Description |
|---|---|
| InvalidFilterException |
A generic exception representing an invalid filter expression.
|
EventBus. Any filter language will eventually create an instance of
EventFilter, the structure of which is opaque to the event bus.