Uses of Class
com.lmax.disruptor.BatchConsumer.SequenceTrackerCallback

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

Uses of BatchConsumer.SequenceTrackerCallback in com.lmax.disruptor
 

Methods in com.lmax.disruptor with parameters of type BatchConsumer.SequenceTrackerCallback
 void SequenceTrackingHandler.setSequenceTrackerCallback(BatchConsumer.SequenceTrackerCallback sequenceTrackerCallback)
          Call by the BatchConsumer to setup the callback.
 



Copyright © 2011 LMAX Ltd. All Rights Reserved.