| Interface | Description |
|---|---|
| WaitResultBuilder<T> |
Used internally.
|
| WaitResultBuilder1<T> |
First Step of the builder of
CompletableFuture to skip, if necessary, the
error. |
| WaitResultBuilder2<T> |
Second Step of the builder of
CompletableFuture to specify the
condition to accept a result. |
| WaitResultBuilder3<T> |
Third Step of the builder of
CompletableFuture to specify the maximal
number of retry. |
| WaitResultBuilder4<T> |
Fourth Step of the builder of
CompletableFuture to specify the amount
of time between the retry. |
| WaitResultBuilder5<T> |
Last Step of the builder of
CompletableFuture to create the
completable operation it self. |
Copyright © 2019. All rights reserved.