| Interface | Description |
|---|---|
| Channel |
An event channel.
|
| ChannelConnection |
Contains one or more event streams for transmitting events to or from a channel.
|
| ChannelResolver |
Resolves channels and returns connection proxies.
|
| EventStream |
Transmits events to a channel.
|
| EventStreamHandler |
Processes events flowing through an event stream.
|
| TransformerHandlerFactory |
Creates an
EventStreamHandler that converts events from one type to another. |
| Class | Description |
|---|---|
| FilterHandler |
Filters an event.
|
| PassThroughHandler |
Forwards an event through an event stream.
|