Class | Description |
---|---|
RetryPolicy |
This interface can be used to specify retry configuration.
|
WaitResultBuilder1 |
First Step of the builder of
CompletableFuture to skip, if necessary,
the error. |
WaitResultBuilder2 |
Second Step of the builder of
CompletableFuture to specify the
condition to accept a result. |
WaitResultBuilder3 |
Third Step of the builder of
CompletableFuture to specify the maximal
number of retry. |
WaitResultBuilder4 |
Fourth Step of the builder of
CompletableFuture to specify the amount
of time between the retry. |
WaitResultBuilder5 |
Almost final Step of the builder of
CompletableFuture to define the
executor it self. |
WaitResultBuilder6 |
Last Step of the builder of
CompletableFuture to create the
completable operation it self. |
Copyright © 2021. All rights reserved.