Uses of Package
org.springframework.util.backoff
Packages that use org.springframework.util.backoff
Package
Description
Main package for the core retry functionality.
A generic back-off abstraction.
-
Classes in org.springframework.util.backoff used by org.springframework.core.retryClassDescriptionStrategy interface for providing a
BackOffExecutionthat indicates the rate at which an operation should be retried. -
Classes in org.springframework.util.backoff used by org.springframework.util.backoffClassDescriptionStrategy interface for providing a
BackOffExecutionthat indicates the rate at which an operation should be retried.ABackOffExecutionis effectively an executable instance of a givenBackOffstrategy.