Uses of Package
org.springframework.retry.backoff
Packages that use org.springframework.retry.backoff
Package
Description
Infrastructure implementations of retry backoff concerns.
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry support concerns.
-
Classes in org.springframework.retry.backoff used by org.springframework.retry.annotationClassDescriptionStrategy interface for backoff policies to delegate the pausing of execution.
-
Classes in org.springframework.retry.backoff used by org.springframework.retry.backoffClassDescriptionException class signifying that an attempt to back off using a
BackOffPolicywas interrupted, most likely by anInterruptedExceptionduring a call toThread.sleep(long).Strategy interface to control back off between attempts in a singleretry operation.Fluent API for creating aBackOffPolicybased on given attributes.Implementation ofBackOffPolicythat increases the back off period for each retry attempt in a given set up to a limit.Implementation ofBackOffPolicythat pauses for a fixed period of time before continuing.Strategy interface for backoff policies to delegate the pausing of execution.A interface which can be mixed in byBackOffPolicys indicating that they sleep when backing off.Simple base class forBackOffPolicyimplementations that maintain no state across invocations.Implementation ofBackOffPolicythat pauses for a random period of time before continuing. -
Classes in org.springframework.retry.backoff used by org.springframework.retry.interceptorClassDescriptionStrategy interface to control back off between attempts in a single
retry operation. -
Classes in org.springframework.retry.backoff used by org.springframework.retry.supportClassDescriptionStrategy interface to control back off between attempts in a single
retry operation.A interface which can be mixed in byBackOffPolicys indicating that they sleep when backing off.