Interface | Description |
---|---|
AttemptRetryPolicyBuilder |
Builds an
AttemptRetryPolicy |
Delay |
A strategy object to model delays between retries.
|
DurationRetryPolicyBuilder |
Builds a
DurationRetryPolicy |
RetryPolicy |
A strategy object to govern retry behaviours.
|
Class | Description |
---|---|
AttemptRetryPolicy |
An attempt based implementation of
RetryPolicy . |
DurationRetryPolicy |
A duration based implementation of
RetryPolicy . |
FixedDelay |
A fixed duration based implementation of
Delay . |
IndexedDelay |
A index based implementation of
Delay . |