Uses of Interface
io.helidon.faulttolerance.Async
Packages that use Async
-
Uses of Async in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return AsyncModifier and TypeMethodDescriptionstatic Async
Async.create()
Async with default executor service.static Async
Async.create
(io.helidon.faulttolerance.AsyncConfig config) Async with explicit configuration.static Async
Create a new Async customizing its configuration.Method parameters in io.helidon.faulttolerance with type arguments of type AsyncModifier and TypeMethodDescriptionstatic <T> CompletableFuture
<T> Async.invokeStatic
(Supplier<T> supplier, CompletableFuture<Async> onStart) Convenience method to avoid having to callcreate()
.