|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchHandler | |
---|---|
com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work on a continuous series of items. |
Uses of BatchHandler in com.lmax.disruptor |
---|
Subinterfaces of BatchHandler in com.lmax.disruptor | |
---|---|
interface |
SequenceTrackingHandler<T extends AbstractEntry>
Used by the BatchConsumer to set a callback allowing the BatchHandler to notify
when it has finished consuming an AbstractEntry if this happens after the onAvailable(AbstractEntry) call. |
Constructors in com.lmax.disruptor with parameters of type BatchHandler | |
---|---|
BatchConsumer(ConsumerBarrier<T> consumerBarrier,
BatchHandler<T> handler)
Construct a batch consumer that will automatically track the progress by updating its sequence when the onAvailable(AbstractEntry) method returns. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |