| Interface | Description |
|---|---|
| Channel |
Interface to be implemented by channels.
|
| Dispatcher |
Interface to be implemented by dispatchers.
|
| EventBus |
Interface to be implemented by event buses.
|
| EventFilter<C> |
Interface to be implemented by event filters.
|
| EventHandler<C> |
Interface to be implemented by event handlers (subscribers).
|
| ExceptionHandler |
Interface to be implemented by exception handlers.
|
| Topic<C> |
Interface to be implemented by topics.
|
| Class | Description |
|---|---|
| Event<C> |
Entity holding the content that is published by publishers and received by event handlers.
|
Copyright © 2017. All rights reserved.