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 TypeClassDescriptionclassImplementation ofExponentialBackOffPolicythat 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 ExponentialBackOffPolicyExponentialBackOffPolicy.newInstance()protected ExponentialBackOffPolicyExponentialRandomBackOffPolicy.newInstance()ExponentialBackOffPolicy.withSleeper(Sleeper sleeper) Methods in org.springframework.retry.backoff with parameters of type ExponentialBackOffPolicyModifier and TypeMethodDescriptionprotected voidExponentialBackOffPolicy.cloneValues(ExponentialBackOffPolicy target)