Package | Description |
---|---|
com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateEventHandler<T>
An aggregate collection of
EventHandler s that get called in sequence for each event. |