Uses of Class
com.lmax.disruptor.dsl.EventProcessorInfo
-
Packages that use EventProcessorInfo Package Description com.lmax.disruptor.dsl -
-
Uses of EventProcessorInfo in com.lmax.disruptor.dsl
Fields in com.lmax.disruptor.dsl with type parameters of type EventProcessorInfo Modifier and Type Field Description private java.util.Map<EventHandler<?>,EventProcessorInfo<T>>
ConsumerRepository. eventProcessorInfoByEventHandler
Methods in com.lmax.disruptor.dsl that return EventProcessorInfo Modifier and Type Method Description private EventProcessorInfo<T>
ConsumerRepository. getEventProcessorInfo(EventHandler<T> handler)
-