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 AsyncAsync.create()Async with default executor service.static AsyncAsync.create(io.helidon.faulttolerance.AsyncConfig config) Async with explicit configuration.static AsyncCreate 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().