| Package | Description |
|---|---|
| cz.xtf.core.waiting.failfast |
| Modifier and Type | Method and Description |
|---|---|
ExponentialTimeBackoff.Builder |
ExponentialTimeBackoff.Builder.blocking(boolean blocking)
Flag whether waiting is blocking or not
|
static ExponentialTimeBackoff.Builder |
ExponentialTimeBackoff.builder() |
ExponentialTimeBackoff.Builder |
ExponentialTimeBackoff.Builder.maxBackoff(long maxBackoffMillis)
Maximum wait time is
maxBackoffMillis + rand(1000) |
Copyright © 2021. All rights reserved.