Uses of Interface
com.lmax.disruptor.dsl.EventProcessorFactory
-
Packages that use EventProcessorFactory Package Description com.lmax.disruptor.dsl -
-
Uses of EventProcessorFactory in com.lmax.disruptor.dsl
Methods in com.lmax.disruptor.dsl with parameters of type EventProcessorFactory Modifier and Type Method 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.
-