Uses of Package
com.lmax.disruptor.dsl
Packages that use com.lmax.disruptor.dsl
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Classes in com.lmax.disruptor.dsl used by com.lmax.disruptorClassDescriptionDefines producer types to support creation of RingBuffer with correct sequencer and publisher.
-
Classes in com.lmax.disruptor.dsl used by com.lmax.disruptor.dslClassDescriptionProvides a repository mechanism to associate
EventHandler
s withEventProcessor
sA 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.