| Package | Description |
|---|---|
| reactor.bus |
Hold the required abstraction to enable Event Driven Programming with Reactor.
|
| reactor.bus.alloc | |
| reactor.bus.batcher |
A
OperationBatcher is a thin wrapper around the LMAX Disruptor RingBuffer. |
| reactor.bus.batcher.spec |
Specs help create
Processors by providing a fluent API to specify
common options. |
| reactor.bus.filter |
Filters eliminate components from a list based on a predicate.
|
| reactor.bus.publisher | |
| reactor.bus.registry |
Registries provide a common way to retrieve items registered using a
Selector. |
| reactor.bus.routing |
Event routing means sending a given
Event to the correct Consumers. |
| reactor.bus.selector |
Selectors provide a way to register components to react to given key data. |
| reactor.bus.spec |
Specs help create
Reactors by providing a fluent API to specify
common options. |
| reactor.bus.support | |
| reactor.bus.timer |