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 TypeMethodDescriptionprotected abstract AsyncFtSupport.AsyncMethod.async()Provide an async instance that should be used with this method.AsyncConfig.Builder.build()AsyncConfig.BuilderBase.AsyncConfigImpl.build()static AsyncAsync.create()Async with default executor service.static AsyncAsync.create(AsyncConfig config) Async with explicit configuration.static AsyncAsync.create(Consumer<AsyncConfig.Builder> builderConsumer) Create a new Async customizing its configuration.AsyncConfig.BuilderBase.AsyncConfigImpl.get()Methods in io.helidon.faulttolerance that return types with arguments of type AsyncModifier and TypeMethodDescriptionAsyncConfig.BuilderBase.AsyncConfigImpl.onStart()AsyncConfig.BuilderBase.onStart()A future that is completed when execution of the asynchronous task starts.AsyncConfig.onStart()A future that is completed when execution of the asynchronous task starts.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().AsyncConfig.BuilderBase.onStart(CompletableFuture<Async> onStart) A future that is completed when execution of the asynchronous task starts.