Package | Description |
---|---|
com.lmax.disruptor.dsl |
Modifier and Type | Method and Description |
---|---|
EventHandlerGroup<T> |
EventHandlerGroup.handleEventsWith(EventProcessorFactory<T>... eventProcessorFactories)
Set up custom event processors to handle events from the ring buffer.
|
EventHandlerGroup<T> |
Disruptor.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.
|
Copyright © 2022. All rights reserved.