Uses of Interface
com.lmax.disruptor.SequenceTrackingHandler

Packages that use SequenceTrackingHandler
com.lmax.disruptor The Disruptor is a concurrent programming framework for exchanging and coordinating work on a continuous series of items. 
 

Uses of SequenceTrackingHandler in com.lmax.disruptor
 

Constructors in com.lmax.disruptor with parameters of type SequenceTrackingHandler
BatchConsumer(ConsumerBarrier<T> consumerBarrier, SequenceTrackingHandler<T> entryHandler)
          Construct a batch consumer that will rely on the SequenceTrackingHandler to callback via the BatchConsumer.SequenceTrackerCallback when it has completed with a sequence within a batch.
 



Copyright © 2011 LMAX Ltd. All Rights Reserved.