Uses of Interface
com.lmax.disruptor.dsl.ConsumerInfo
Packages that use ConsumerInfo
Package
Description
A DSL-style API for setting up the disruptor pattern around a ring buffer.
-
Uses of ConsumerInfo in com.lmax.disruptor.dsl
Classes in com.lmax.disruptor.dsl that implement ConsumerInfoModifier and TypeClassDescription(package private) classWrapper class to tie together a particular event processing stageFields in com.lmax.disruptor.dsl with type parameters of type ConsumerInfoModifier and TypeFieldDescriptionprivate final Collection<ConsumerInfo> ConsumerRepository.consumerInfosprivate final Map<Sequence, ConsumerInfo> ConsumerRepository.eventProcessorInfoBySequenceMethods in com.lmax.disruptor.dsl that return ConsumerInfoModifier and TypeMethodDescriptionprivate ConsumerInfoConsumerRepository.getEventProcessorInfo(Sequence barrierEventProcessor)