Interface RetryingHttpRequesterFilter.DelayedRetry

All Superinterfaces:
DelayedRetryException
Enclosing class:
RetryingHttpRequesterFilter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public static interface RetryingHttpRequesterFilter.DelayedRetry extends DelayedRetryException
Deprecated.
An interface that enhances any Exception to provide a constant delay to be applied when retrying through a retrying-filter.

Constant delay returned from delay() will be additive to the backoff policy defined for a certain retry-able failure.