Uses of Interface
io.helidon.faulttolerance.Async
-
Uses of Async in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionAsyncConfig.Builder.build()
AsyncConfig.BuilderBase.AsyncConfigImpl.build()
static Async
Async.create()
Async with default executor service.static Async
Async.create
(AsyncConfig config) Async with explicit configuration.static Async
Async.create
(Consumer<AsyncConfig.Builder> builderConsumer) Create a new Async customizing its configuration.AsyncConfig.BuilderBase.AsyncConfigImpl.get()
Modifier and TypeMethodDescriptionAsyncConfig.BuilderBase.AsyncConfigImpl.onStart()
AsyncConfig.BuilderBase.onStart()
A future that is completed when execution of the asynchronous task starts.Modifier and TypeMethodDescriptionstatic <T> CompletableFuture
<T> Async.invokeStatic
(Supplier<T> supplier, CompletableFuture<Async> onStart) Convenience method to avoid having to callcreate()
.AsyncConfig.BuilderBase.onStart
(CompletableFuture<Async> onStart) A future that is completed when execution of the asynchronous task starts.