Uses of Interface
io.helidon.faulttolerance.AsyncConfig
Packages that use AsyncConfig
-
Uses of AsyncConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type AsyncConfigModifier and TypeClassDescriptionstatic class
AsyncConfig.BuilderBase<BUILDER extends AsyncConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AsyncConfig> Fluent API builder base forAsync
.Classes in io.helidon.faulttolerance that implement AsyncConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return AsyncConfigModifier and TypeMethodDescriptionAsyncConfig.Builder.buildPrototype()
static AsyncConfig
AsyncConfig.create()
Create a new instance with default values.static AsyncConfig
Create a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type AsyncConfigModifier 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.