public class Backoff extends Object
| Constructor and Description |
|---|
Backoff() |
| Modifier and Type | Method and Description |
|---|---|
long |
duration() |
int |
getAttempts() |
void |
reset() |
Backoff |
setFactor(int factor) |
Backoff |
setJitter(double jitter) |
Backoff |
setMax(long max) |
Backoff |
setMin(long min) |
Copyright © 2020. All rights reserved.