Uses of Class
com.lmax.disruptor.dsl.EventHandlerGroup

Packages that use EventHandlerGroup
com.lmax.disruptor.dsl   
 

Uses of EventHandlerGroup in com.lmax.disruptor.dsl
 

Methods in com.lmax.disruptor.dsl that return EventHandlerGroup
 EventHandlerGroup<T> Disruptor.after(EventHandler<T>... handlers)
          Create a group of event handlers to be used as a dependency.
 EventHandlerGroup<T> Disruptor.after(EventProcessor... processors)
          Create a group of event processors to be used as a dependency.
 EventHandlerGroup<T> EventHandlerGroup.and(EventHandler<T>... handlers)
          Create a new event handler group that combines the handlers in this group with handlers.
 EventHandlerGroup<T> EventHandlerGroup.and(EventProcessor... processors)
          Create a new event handler group that combines the handlers in this group with processors.
 EventHandlerGroup<T> Disruptor.handleEventsWith(EventHandler<T>... handlers)
          Set up event handlers to handleEventException events from the ring buffer.
 EventHandlerGroup<T> EventHandlerGroup.handleEventsWith(EventHandler<T>... handlers)
          Set up batch handlers to handleEventException events from the ring buffer.
 EventHandlerGroup<T> Disruptor.handleEventsWith(EventProcessor... processors)
          Set up custom event processors to handleEventException events from the ring buffer.
 EventHandlerGroup<T> EventHandlerGroup.then(EventHandler<T>... handlers)
          Set up batch handlers to consume events from the ring buffer.
 



Copyright © 2011 LMAX Ltd. All Rights Reserved.