Uses of Package
org.springframework.retry
Packages that use 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.
-
Classes in org.springframework.retry used by org.springframework.retryClassDescriptionCallback 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. -
Classes in org.springframework.retry used by org.springframework.retry.annotationClassDescriptionInterface for listener that can be used to add behaviour to a retry.
-
Classes in org.springframework.retry used by org.springframework.retry.backoff
-
Classes in org.springframework.retry used by org.springframework.retry.context
-
Classes in org.springframework.retry used by org.springframework.retry.interceptorClassDescriptionCallback 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
. -
Classes in org.springframework.retry used by org.springframework.retry.listenerClassDescriptionCallback 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. -
Classes in org.springframework.retry used by org.springframework.retry.policyClassDescriptionLow-level access to ongoing retry operation.A
RetryPolicy
is responsible for allocating and managing resources needed byRetryOperations
. -
Classes in org.springframework.retry used by org.springframework.retry.statsClassDescriptionCallback 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. -
Classes in org.springframework.retry used by org.springframework.retry.supportClassDescriptionCallback 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.