Package org.springframework.retry.policy
package org.springframework.retry.policy
Infrastructure implementations of retry policy concerns.
-
ClassDescriptionA
RetryPolicy
that always permits a retry.A policy, that is based onBinaryExceptionClassifier
.ARetryPolicy
that composes a list of other policies and delegates calls to them in order.ARetryPolicy
that dynamically adapts to one of a set of injected policies according to the value of the latest exception.Subclass ofSimpleRetryPolicy
that delegates to super.canRetry() and, if true, further evaluates an expression against the last thrown exception.Map-based implementation ofRetryContextCache
.Simple retry policy that is aware only about attempt count and retries a fixed number of times.ARetryPolicy
that allows the first attempt but never permits a retry.Exception that indicates that a cache limit was exceeded.Simple map-like abstraction for stateful retry policies to use when storing and retrievingRetryContext
instances.Simple retry policy that retries a fixed number of times for a set of named exceptions (and subclasses).Map-based implementation ofRetryContextCache
.ARetryPolicy
that allows a retry only if it hasn't timed out.