Uses of Class
io.helidon.faulttolerance.AsyncConfig.Builder
-
Uses of AsyncConfig.Builder in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionstatic AsyncConfig.Builder
Async.builder()
Create a new fluent API builder for async.static AsyncConfig.Builder
AsyncConfig.builder()
Create a new fluent API builder to customize configuration.static AsyncConfig.Builder
AsyncConfig.builder
(AsyncConfig instance) Create a new fluent API builder from an existing instance.Modifier and TypeMethodDescriptionstatic Async
Async.create
(Consumer<AsyncConfig.Builder> builderConsumer) Create a new Async customizing its configuration.