Uses of Interface
io.helidon.nima.faulttolerance.Async
Packages that use Async
-
Uses of Async in io.helidon.nima.faulttolerance
Methods in io.helidon.nima.faulttolerance that return AsyncModifier and TypeMethodDescriptionAsync.Builder.build()static AsyncAsync.create()Async with default executor service.Method parameters in io.helidon.nima.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().Async.Builder.onStart(CompletableFuture<Async> onStart) Configure future that shall be completed when async task starts.