Uses of Package
org.springframework.retry.policy
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry policy concerns.
Infrastructure implementations of retry support concerns.
-
ClassDescriptionSimple map-like abstraction for stateful retry policies to use when storing and retrieving
RetryContext
instances. -
ClassDescriptionSimple retry policy that retries a fixed number of times for a set of named exceptions (and subclasses).
-
ClassDescriptionSubclass of
SimpleRetryPolicy
that delegates to super.canRetry() and, if true, further evaluates an expression against the last thrown exception.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). -
ClassDescriptionSimple map-like abstraction for stateful retry policies to use when storing and retrieving
RetryContext
instances.