| Package | Description |
|---|---|
| reactor.bus |
Hold the required abstraction to enable Event Driven Programming with Reactor.
|
| reactor.bus.spec |
Specs help create
Reactors by providing a fluent API to specify
common options. |
| reactor.io.net |
Reactive network components are located in this package scope implementing the following exposed contract:
A
ReactorPeer NetServer/NetClient is a Publisher of
ReactorChannel that are themselves Publisher of input data. |
| Class and Description |
|---|
| EventBusSpec
A helper class for configuring a new
EventBus. |
| Class and Description |
|---|
| DispatcherComponentSpec
A generic environment-aware class for specifying components that need to be configured
with an
Environment and Dispatcher. |
| EventRoutingComponentSpec
A generic environment-aware class for specifying components that need to be configured with an
Environment,
Dispatcher, and Router. |
| EventRoutingComponentSpec.EventRoutingStrategy |
| Class and Description |
|---|
| DispatcherComponentSpec
A generic environment-aware class for specifying components that need to be configured
with an
Environment and Dispatcher. |
Copyright © 2016. All rights reserved.