| Package | Description |
|---|---|
| ratpack.exec |
The execution management.
|
| ratpack.exec.util.retry |
| Class and Description |
|---|
| RetryPolicy
A strategy object to govern retry behaviours.
|
| Class and Description |
|---|
| AttemptRetryPolicy
An attempt based implementation of
RetryPolicy. |
| AttemptRetryPolicyBuilder
Builds an
AttemptRetryPolicy |
| Delay
A strategy object to model delays between retries.
|
| DurationRetryPolicy
A duration based implementation of
RetryPolicy. |
| DurationRetryPolicyBuilder
Builds a
DurationRetryPolicy |
| FixedDelay
A fixed duration based implementation of
Delay. |
| IndexedDelay
A index based implementation of
Delay. |
| RetryPolicy
A strategy object to govern retry behaviours.
|