Uses of Class
org.springframework.retry.backoff.ExponentialBackOffPolicy
Packages that use ExponentialBackOffPolicy
Package
Description
Infrastructure implementations of retry backoff concerns.
-
Uses of ExponentialBackOffPolicy in org.springframework.retry.backoff
Subclasses of ExponentialBackOffPolicy in org.springframework.retry.backoffModifier and TypeClassDescriptionclass
Implementation ofExponentialBackOffPolicy
that chooses a random multiple of the interval that would come from a simple deterministic exponential.Methods in org.springframework.retry.backoff that return ExponentialBackOffPolicyModifier and TypeMethodDescriptionprotected ExponentialBackOffPolicy
ExponentialBackOffPolicy.newInstance()
protected ExponentialBackOffPolicy
ExponentialRandomBackOffPolicy.newInstance()
ExponentialBackOffPolicy.withSleeper
(Sleeper sleeper) Methods in org.springframework.retry.backoff with parameters of type ExponentialBackOffPolicyModifier and TypeMethodDescriptionprotected void
ExponentialBackOffPolicy.cloneValues
(ExponentialBackOffPolicy target)