public static interface Backoff.Policy
It defines a stream of time durations that will be used for backing off.
| Modifier and Type | Field and Description |
|---|---|
static Backoff.Policy |
NONE |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<java.lang.Long> |
toBackoffs()
Convert the policy into a series of backoff values.
|
static final Backoff.Policy NONE
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.