Uses of Class
com.lmax.disruptor.dsl.EventProcessorInfo
Packages that use EventProcessorInfo
Package
Description
A DSL-style API for setting up the disruptor pattern around a ring buffer.
-
Uses of EventProcessorInfo in com.lmax.disruptor.dsl
Fields in com.lmax.disruptor.dsl with type parameters of type EventProcessorInfoModifier and TypeFieldDescriptionprivate final Map<EventHandlerIdentity, EventProcessorInfo> ConsumerRepository.eventProcessorInfoByEventHandlerMethods in com.lmax.disruptor.dsl that return EventProcessorInfoModifier and TypeMethodDescriptionprivate EventProcessorInfoConsumerRepository.getEventProcessorInfo(EventHandlerIdentity handlerIdentity)