protected static final class RetryPolicy.PositiveVerdict extends Object implements RetryPolicy.Verdict
| Modifier and Type | Method and Description |
|---|---|
Duration |
backoffDelay() |
boolean |
shouldExecute() |
Duration |
timeout() |
public boolean shouldExecute()
shouldExecute in interface RetryPolicy.Verdictpublic Duration backoffDelay()
backoffDelay in interface RetryPolicy.Verdictpublic Duration timeout()
timeout in interface RetryPolicy.VerdictCopyright © 2021. All rights reserved.