Uses of Class
io.helidon.nima.faulttolerance.Async.Builder
Packages that use Async.Builder
-
Uses of Async.Builder in io.helidon.nima.faulttolerance
Methods in io.helidon.nima.faulttolerance that return Async.BuilderModifier and TypeMethodDescriptionstatic Async.BuilderAsync.builder()A new builder to build a customizedAsyncinstance.Async.Builder.executor(ExecutorService executor) Configure executor service to use for executing tasks asynchronously.Async.Builder.executor(Supplier<? extends ExecutorService> executor) Configure executor service to use for executing tasks asynchronously.Async.Builder.onStart(CompletableFuture<Async> onStart) Configure future that shall be completed when async task starts.