Package | Description |
---|---|
org.springframework.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedBackOffPolicy
Implementation of
BackOffPolicy that pauses for a fixed period of time before
continuing. |
class |
NoBackOffPolicy
Implementation of
BackOffPolicy that performs a no-op and as such all
retry operation in a given set proceed one after the other with no pause. |
class |
UniformRandomBackOffPolicy
Implementation of
BackOffPolicy that pauses for a random period of
time before continuing. |
Copyright © 2018 SpringSource. All rights reserved.