Uses of Interface
org.springframework.util.backoff.BackOff
Packages that use BackOff
Package
Description
Main package for the core retry functionality.
A generic back-off abstraction.
-
Uses of BackOff in org.springframework.core.retry
Methods in org.springframework.core.retry that return BackOffModifier and TypeMethodDescriptiondefault BackOffRetryPolicy.getBackOff()Get theBackOffstrategy to use for this retry policy.Methods in org.springframework.core.retry with parameters of type BackOff -
Uses of BackOff in org.springframework.util.backoff
Classes in org.springframework.util.backoff that implement BackOffModifier and TypeClassDescriptionclassImplementation ofBackOffthat increases the back-off period for each attempt.classA simpleBackOffimplementation that provides a fixed interval between two attempts and a maximum number of back-off attempts (in a retry scenario, this is equivalent to the maximum number of retries excluding the original invocation).