Uses of Package
org.springframework.retry
Package
Description
Infrastructure implementations of retry concerns.
Infrastructure implementations of retry backoff concerns.
Infrastructure implementations of retry context concerns.
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry interceptor concerns.
Infrastructure implementations of retry policy concerns.
Infrastructure implementations of retry support concerns.
-
ClassDescriptionCallback for stateful retry after all tries are exhausted.Callback interface for an operation that can be retried using a
RetryOperations
.Low-level access to ongoing retry operation.Stateful retry is characterised by having to recognise the items that are being processed, so this interface is used primarily to provide a cache key in between failed attempts. -
ClassDescriptionInterface for listener that can be used to add behaviour to a retry.
-
-
-
ClassDescriptionCallback interface for an operation that can be retried using a
RetryOperations
.Defines the basic set of operations implemented byRetryOperations
to execute operations with configurable retry behaviour.ARetryPolicy
is responsible for allocating and managing resources needed byRetryOperations
. -
ClassDescriptionCallback interface for an operation that can be retried using a
RetryOperations
.Low-level access to ongoing retry operation.Interface for listener that can be used to add behaviour to a retry. -
ClassDescriptionLow-level access to ongoing retry operation.A
RetryPolicy
is responsible for allocating and managing resources needed byRetryOperations
. -
ClassDescriptionCallback interface for an operation that can be retried using a
RetryOperations
.Low-level access to ongoing retry operation.Interface for listener that can be used to add behaviour to a retry.Interface for statistics reporting of retry attempts. -
ClassDescriptionCallback for stateful retry after all tries are exhausted.Callback interface for an operation that can be retried using a
RetryOperations
.Low-level access to ongoing retry operation.Interface for listener that can be used to add behaviour to a retry.Defines the basic set of operations implemented byRetryOperations
to execute operations with configurable retry behaviour.ARetryPolicy
is responsible for allocating and managing resources needed byRetryOperations
.Stateful retry is characterised by having to recognise the items that are being processed, so this interface is used primarily to provide a cache key in between failed attempts.