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.BuilderAsync. builder()A new builder to build a customizedAsyncinstance.Async.BuilderAsync.Builder. executor(ExecutorService executor)Configure executor service to use for executing tasks asynchronously.Async.BuilderAsync.Builder. executor(Supplier<? extends ExecutorService> executor)Configure executor service to use for executing tasks asynchronously.
-