public class RetryUtil extends Object
| Constructor and Description |
|---|
RetryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
retryAsynchronously(Supplier<T> supplier,
Backoff backoff,
ScheduledExecutorService scheduledExecutorService,
CompletableFuture<T> callback) |
public static <T> void retryAsynchronously(Supplier<T> supplier, Backoff backoff, ScheduledExecutorService scheduledExecutorService, CompletableFuture<T> callback)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.