See: Description
| Interface | Description |
|---|---|
| Bus<T> |
Basic unit of event handling in Reactor.
|
| Class | Description |
|---|---|
| Event<T> |
Wrapper for an object that needs to be processed by
Consumers. |
| Event.Headers |
Headers are a Map-like structure of name-value pairs.
|
| EventBus |
A reactor is an event gateway that allows other components to register
Event Consumers that can
subsequently be notified of events. |
| EventBus.ReplyToEvent<T> |