Uses of Interface
io.helidon.faulttolerance.AsyncConfig
-
Uses of AsyncConfig in io.helidon.faulttolerance
Modifier and TypeClassDescriptionstatic class
AsyncConfig.BuilderBase<BUILDER extends AsyncConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AsyncConfig> Fluent API builder base forAsync
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionAsyncConfig.Builder.buildPrototype()
static AsyncConfig
AsyncConfig.create()
Create a new instance with default values.static AsyncConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic AsyncConfig.Builder
AsyncConfig.builder
(AsyncConfig instance) Create a new fluent API builder from an existing instance.static Async
Async.create
(AsyncConfig config) Async with explicit configuration.AsyncConfig.BuilderBase.from
(AsyncConfig prototype) Update this builder from an existing prototype instance.