Uses of Class
com.lmax.disruptor.dsl.Disruptor
-
Packages that use Disruptor Package Description com.lmax.disruptor.dsl -
-
Uses of Disruptor in com.lmax.disruptor.dsl
Fields in com.lmax.disruptor.dsl declared as Disruptor Modifier and Type Field Description private Disruptor<T>
EventHandlerGroup. disruptor
Constructors in com.lmax.disruptor.dsl with parameters of type Disruptor Constructor Description EventHandlerGroup(Disruptor<T> disruptor, ConsumerRepository<T> consumerRepository, Sequence[] sequences)
-