public interface DelayedRetryException
exception to provide a constant delay to be applied
when it needs to be retried.| Modifier and Type | Method and Description |
|---|---|
Duration |
delay()
A constant delay to apply.
|
Throwable |
throwable()
Returns original
Throwable this DelayedRetryException represents. |
Duration delay()
Duration to apply as constant delay when retryingThrowable throwable()
Throwable this DelayedRetryException represents.Throwable