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