async-retry
async-retry copied to clipboard
Allow CompletionStage in getFutureWithRetry
current signature is
<V> CompletableFuture<V> getFutureWithRetry(RetryCallable<CompletableFuture<V>> task);
It'd be great for it to accept also RetryCallable<CompletionStage<V>>
+1