Uses of Interface
ratpack.exec.util.retry.Delay
-
Packages that use Delay Package Description ratpack.exec.util.retry -
-
Uses of Delay in ratpack.exec.util.retry
Classes in ratpack.exec.util.retry that implement Delay Modifier and Type Class Description classFixedDelayA fixed duration based implementation ofDelay.classIndexedDelayA index based implementation ofDelay.Fields in ratpack.exec.util.retry declared as Delay Modifier and Type Field Description static DelayAttemptRetryPolicyBuilder. DEFAULT_DELAYBy default, retries will wait 1 second between executions.static DelayDurationRetryPolicyBuilder. DEFAULT_DELAYBy default, retries will wait 1 second between executions.Methods in ratpack.exec.util.retry with parameters of type Delay Modifier and Type Method Description AttemptRetryPolicyBuilderAttemptRetryPolicyBuilder. delay(Delay delay)The delay strategy.DurationRetryPolicyBuilderDurationRetryPolicyBuilder. delay(Delay delay)The delay strategy.Constructors in ratpack.exec.util.retry with parameters of type Delay Constructor Description AttemptRetryPolicy(Delay delay, int maxAttempts)DurationRetryPolicy(Delay delay, Duration maxDuration, Clock clock)
-