Package com.lmax.disruptor
Class BatchEventProcessor.TryRewindHandler
java.lang.Object
com.lmax.disruptor.BatchEventProcessor.TryRewindHandler
- All Implemented Interfaces:
RewindHandler
- Enclosing class:
BatchEventProcessor<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongattemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence)
-
Field Details
-
batchRewindStrategy
-
-
Constructor Details
-
TryRewindHandler
TryRewindHandler(BatchRewindStrategy batchRewindStrategy)
-
-
Method Details
-
attemptRewindGetNextSequence
public long attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) throws RewindableException - Specified by:
attemptRewindGetNextSequencein interfaceRewindHandler- Throws:
RewindableException
-