Uses of Class
io.helidon.faulttolerance.Async.Builder
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Async.Builder in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionstatic Async.Builder
Async.builder()
A new builder to build a customizedAsync
instance.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.