Package org.springframework.util.backoff
@NullMarked
package org.springframework.util.backoff
A generic back-off abstraction.
-
ClassDescriptionStrategy interface for providing a
BackOffExecution
that indicates the rate at which an operation should be retried.ABackOffExecution
is effectively an executable instance of a givenBackOff
strategy.Implementation ofBackOff
that increases the back-off period for each attempt.A simpleBackOff
implementation that provides a fixed interval between two attempts and a maximum number of retries.