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