public class DecorrelatedJitterBackoff extends Object
https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/
| Constructor and Description |
|---|
DecorrelatedJitterBackoff(long base,
long cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
nextSleepTime(long sleep) |
Copyright © 2022. All rights reserved.