Class ConsumerRepository<T>

java.lang.Object
com.lmax.disruptor.dsl.ConsumerRepository<T>
Type Parameters:
T - the type of the EventHandler
All Implemented Interfaces:
Iterable<ConsumerInfo>

class ConsumerRepository<T> extends Object implements Iterable<ConsumerInfo>
Provides a repository mechanism to associate EventHandlers with EventProcessors