Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Allow CompletionStage in getFutureWithRetry #9

Open
flozano opened this issue Mar 16, 2016 · 1 comment
Open

Allow CompletionStage in getFutureWithRetry #9

flozano opened this issue Mar 16, 2016 · 1 comment

Comments

@flozano
Copy link

flozano commented Mar 16, 2016

current signature is

    <V> CompletableFuture<V> getFutureWithRetry(RetryCallable<CompletableFuture<V>> task);

It'd be great for it to accept also RetryCallable<CompletionStage<V>>

@danielnegri
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants