Uses of Class
com.lmax.disruptor.RewindableException
Packages that use RewindableException
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of RewindableException in com.lmax.disruptor
Methods in com.lmax.disruptor with parameters of type RewindableExceptionModifier and TypeMethodDescriptionlongBatchEventProcessor.NoRewindHandler.attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) longBatchEventProcessor.TryRewindHandler.attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) longRewindHandler.attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) BatchRewindStrategy.handleRewindException(RewindableException e, int attempts) When aRewindableExceptionis thrown, this will be called.EventuallyGiveUpBatchRewindStrategy.handleRewindException(RewindableException e, int retriesAttempted) NanosecondPauseBatchRewindStrategy.handleRewindException(RewindableException e, int retriesAttempted) SimpleBatchRewindStrategy.handleRewindException(RewindableException e, int retriesAttempted) Methods in com.lmax.disruptor that throw RewindableExceptionModifier and TypeMethodDescriptionlongBatchEventProcessor.TryRewindHandler.attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) longRewindHandler.attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence) voidCalled when a publisher has published an event to theRingBuffer.