| Interface | Description |
|---|---|
| BatchHandler |
A callback interface used to signify that a transaction of events have been
received and complete.
|
| EventHandler<T extends Event> |
processes all events of type T.
|
| FilteredEventHandler<T extends Event> |
Extends the concept of EventHandler by adding a user defined filter id.
|
| FilteredHandlerInvoker |
An invoker inteface used in the generated sep to invoke a call tree.
|
| Lifecycle |
Lifecycle events that are issued by a Static event processor.
|
| Class | Description |
|---|---|
| AbstractFilteredEventHandler<T extends Event> | |
| DefaultFilteredEventHandler<T extends Event> |
Copyright © 2019. All rights reserved.