Uses of Class
com.lmax.disruptor.RewindableException
-
Packages that use RewindableException Package Description com.lmax.disruptor 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 RewindableException Modifier and Type Method Description RewindActionBatchRewindStrategy. handleRewindException(RewindableException e, int attempts)When aRewindableExceptionis thrown, this will be called.RewindActionEventuallyGiveUpBatchRewindStrategy. handleRewindException(RewindableException e, int retriesAttempted)RewindActionNanosecondPauseBatchRewindStrategy. handleRewindException(RewindableException e, int retriesAttempted)RewindActionSimpleBatchRewindStrategy. handleRewindException(RewindableException e, int retriesAttempted)
-