Uses of Interface
com.lmax.disruptor.dsl.EventProcessorFactory
Packages that use EventProcessorFactory
Package
Description
A DSL-style API for setting up the disruptor pattern around a ring buffer.
-
Uses of EventProcessorFactory in com.lmax.disruptor.dsl
Methods in com.lmax.disruptor.dsl with parameters of type EventProcessorFactoryModifier and TypeMethodDescription(package private) EventHandlerGroup<T> Disruptor.createEventProcessors(Sequence[] barrierSequences, EventProcessorFactory<T>[] processorFactories) final EventHandlerGroup<T> Disruptor.handleEventsWith(EventProcessorFactory<T>... eventProcessorFactories) Set up custom event processors to handle events from the ring buffer.final EventHandlerGroup<T> EventHandlerGroup.handleEventsWith(EventProcessorFactory<T>... eventProcessorFactories) Set up custom event processors to handle events from the ring buffer.final EventHandlerGroup<T> EventHandlerGroup.then(EventProcessorFactory<T>... eventProcessorFactories) Set up custom event processors to handle events from the ring buffer.