Uses of Interface
io.fabric8.kubernetes.client.utils.AsyncUtils.ShouldRetry
-
Packages that use AsyncUtils.ShouldRetry Package Description io.fabric8.kubernetes.client.utils -
-
Uses of AsyncUtils.ShouldRetry in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils with parameters of type AsyncUtils.ShouldRetry Modifier and Type Method Description static <T> CompletableFuture<T>
AsyncUtils. retryWithExponentialBackoff(Supplier<CompletableFuture<T>> action, Consumer<T> onCancel, Duration timeout, ExponentialBackoffIntervalCalculator retryIntervalCalculator, AsyncUtils.ShouldRetry<T> shouldRetry)
Returns a newCompletableFuture
that will complete once the action provided by the action supplier completes.
-