Uses of Class
org.springframework.retry.backoff.StatelessBackOffPolicy
Packages that use StatelessBackOffPolicy
Package
Description
Infrastructure implementations of retry backoff concerns.
-
Uses of StatelessBackOffPolicy in org.springframework.retry.backoff
Subclasses of StatelessBackOffPolicy in org.springframework.retry.backoffModifier and TypeClassDescriptionclass
Implementation ofBackOffPolicy
that pauses for a fixed period of time before continuing.class
Implementation ofBackOffPolicy
that performs a no-op and as such all retry operation in a given set proceed one after the other with no pause.class
Implementation ofBackOffPolicy
that pauses for a random period of time before continuing.