Package com.lmax.disruptor
Interface RewindHandler
- All Known Implementing Classes:
BatchEventProcessor.NoRewindHandler,BatchEventProcessor.TryRewindHandler
public interface RewindHandler
-
Method Summary
Modifier and TypeMethodDescriptionlongattemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence)
-
Method Details
-
attemptRewindGetNextSequence
long attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) throws RewindableException - Throws:
RewindableException
-