Package org.springframework.util.backoff
@NonNullApi
@NonNullFields
package org.springframework.util.backoff
A generic back-off abstraction.
-
ClassDescriptionProvide a
BackOffExecution
that indicates the rate at which an operation should be retried.Represent a particular back-off execution.Implementation ofBackOff
that increases the back off period for each retry attempt.A simpleBackOff
implementation that provides a fixed interval between two attempts and a maximum number of retries.