Package | Description |
---|---|
com.lmax.disruptor.dsl |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright © 2019. All rights reserved.