| Package | Description |
|---|---|
| io.smallrye.faulttolerance.core.retry |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedJitter
Always returns the same
value. |
class |
RandomJitter
Provided a
maxJitter value, generates random numbers that are greater than or equal to -maxJitter
and less than or equal to maxJitter. |
| Modifier and Type | Field and Description |
|---|---|
static Jitter |
Jitter.ZERO |
| Constructor and Description |
|---|
ThreadSleepDelay(long delayInMillis,
Jitter jitter) |
Copyright © 2018–2020. All rights reserved.