Searched defs:computeDelayBeforeNextRetry (Results 1 – 6 of 6) sorted by relevance
35 public Duration computeDelayBeforeNextRetry(RetryPolicyContext context) { in computeDelayBeforeNextRetry() method in SimpleArrayBackoffStrategy
33 public Duration computeDelayBeforeNextRetry(RetryPolicyContext context) { in computeDelayBeforeNextRetry() method in FixedTimeBackoffStrategy
38 public Duration computeDelayBeforeNextRetry(RetryPolicyContext context) { in computeDelayBeforeNextRetry() method in FixedDelayBackoffStrategy
40 Duration computeDelayBeforeNextRetry(RetryPolicyContext context); in computeDelayBeforeNextRetry() method
66 public Duration computeDelayBeforeNextRetry(RetryPolicyContext context) { in computeDelayBeforeNextRetry() method in EqualJitterBackoffStrategy
62 public Duration computeDelayBeforeNextRetry(RetryPolicyContext context) { in computeDelayBeforeNextRetry() method in FullJitterBackoffStrategy