Package | Description |
---|---|
com.lmax.disruptor.dsl |
Modifier and Type | Method and Description |
---|---|
(package private) EventHandlerGroup<T> |
Disruptor.createEventProcessors(Sequence[] barrierSequences,
EventProcessorFactory<T>[] processorFactories) |
EventHandlerGroup<T> |
Disruptor.handleEventsWith(EventProcessorFactory<T>... eventProcessorFactories)
Set up custom event processors to handle events from the ring buffer.
|
EventHandlerGroup<T> |
EventHandlerGroup.handleEventsWith(EventProcessorFactory<T>... eventProcessorFactories)
Set up custom event processors to handle events from the ring buffer.
|
EventHandlerGroup<T> |
EventHandlerGroup.then(EventProcessorFactory<T>... eventProcessorFactories)
Set up custom event processors to handle events from the ring buffer.
|