Package com.lmax.disruptor.dsl
package com.lmax.disruptor.dsl
-
ClassDescriptionProvides a repository mechanism to associate
EventHandler
s withEventProcessor
sDisruptor<T>A DSL-style API for setting up the disruptor pattern around a ring buffer (aka the Builder pattern).A group ofEventProcessor
s used as part of theDisruptor
.A factory interface to make it possible to include custom event processors in a chain:Wrapper class to tie together a particular event processing stageA support class used as part of setting an exception handler for a specific event handler.Defines producer types to support creation of RingBuffer with correct sequencer and publisher.