Uses of Package
org.springframework.retry.backoff
Package
Description
Infrastructure implementations of retry backoff concerns.
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry support concerns.
-
ClassDescriptionStrategy interface for backoff policies to delegate the pausing of execution.
-
ClassDescriptionException class signifiying that an attempt to back off using a
BackOffPolicy
was interrupted, most likely by anInterruptedException
during a call toThread.sleep(long)
.Strategy interface to control back off between attempts in a singleretry operation
.Fluent API for creating aBackOffPolicy
based on given attributes.Implementation ofBackOffPolicy
that increases the back off period for each retry attempt in a given set up to a limit.Implementation ofBackOffPolicy
that 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 byBackOffPolicy
s indicating that they sleep when backing off.Simple base class forBackOffPolicy
implementations that maintain no state across invocations.Implementation ofBackOffPolicy
that pauses for a random period of time before continuing. -
ClassDescriptionStrategy interface to control back off between attempts in a single
retry operation
. -
ClassDescriptionStrategy interface to control back off between attempts in a single
retry operation
.A interface which can be mixed in byBackOffPolicy
s indicating that they sleep when backing off.