CompletableFuture
using
ForkJoinPool.commonPool()
.CompletableFuture
the
executor that was defined before.using(executor).asyncExec()
ForkJoinPool.commonPool()
.using(executor).finish()
ForkJoinPool.commonPool()
.using(executor).finishWithAResult()
CompletableFuture
based on
repeated control of a call that is assumed as OK when an exception is thrown.CompletableFuture
based on
repeated control of a call that is assumed as done when a a specific
exception is thrown.CompletableFuture
.CompletableFuture
, that expect a
positive result.CompletableFuture
.CompletableFuture
based on
the result of the received action, with repetition until some condition.CompletableFuture
based on
the result of the received action, with repetition until some condition.CompletableFuture
based on
execution of the received action, with repetition until some condition.CompletableFuture
based on
execution of the received action, with repetition until some condition.CompletableFuture
based on
repeated control on the mutable object.CompletableFuture
based on
repeated control on a method returning a boolean.CompletableFuture
and
exceptionally completes this CompletableFuture with a TimeoutException if not
otherwise completed before the given timeout.RetryPolicy
.CompletableFuture
and
directly register a Consumer on the result.CompletableFuture
and
directly register a Function on the result.ForkJoinPool.commonPool()
.CompletableFuture
to skip, if necessary,
the error.CompletableFuture
to specify the
condition to accept a result.CompletableFuture
to specify the maximal
number of retry.CompletableFuture
to specify the amount
of time between the retry.CompletableFuture
to define the
executor it self.CompletableFuture
to create the
completable operation it self.Copyright © 2021. All rights reserved.