public final class ExponentialTimeBoundedRetry extends TimeBoundedRetry
Modifier and Type | Class and Description |
---|---|
static class |
ExponentialTimeBoundedRetry.Builder
Builder for time bounded exponential retry mechanisms.
|
Modifier and Type | Method and Description |
---|---|
static ExponentialTimeBoundedRetry.Builder |
builder() |
protected java.time.Duration |
computeNextWaitTime() |
attempt, getAttemptCount
protected java.time.Duration computeNextWaitTime()
computeNextWaitTime
in class TimeBoundedRetry
public static ExponentialTimeBoundedRetry.Builder builder()
Copyright © 2023. All Rights Reserved.