Uses of Class
io.helidon.faulttolerance.Async.Builder
-
Packages that use Async.Builder Package Description io.helidon.faulttolerance Fault tolerance for Helidon SE reactive implementation. -
-
Uses of Async.Builder in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return Async.Builder Modifier and Type Method Description static Async.Builder
Async. builder()
A new builder to build a customizedAsync
instance.Async.Builder
Async.Builder. executor(ExecutorService executor)
Configure executor service to use for executing tasks asynchronously.Async.Builder
Async.Builder. executor(Supplier<? extends ExecutorService> executor)
Configure executor service to use for executing tasks asynchronously.
-