Reactors by providing a fluent API to specify
common options.See: Description
| Class | Description |
|---|---|
| DispatcherComponentSpec<SPEC extends DispatcherComponentSpec<SPEC,TARGET>,TARGET> |
A generic environment-aware class for specifying components that need to be configured
with an
Environment and Dispatcher. |
| EventBusSpec |
A helper class for configuring a new
EventBus. |
| EventRoutingComponentSpec<SPEC extends EventRoutingComponentSpec<SPEC,TARGET>,TARGET> |
A generic environment-aware class for specifying components that need to be configured with an
Environment,
Dispatcher, and Router. |
| Enum | Description |
|---|---|
| EventRoutingComponentSpec.EventRoutingStrategy |
Reactors by providing a fluent API to specify
common options.