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 classAsyncConfig.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return AsyncConfigModifier and TypeMethodDescriptionAsyncConfig.Builder.buildPrototype()static AsyncConfigAsyncConfig.create()Create a new instance with default values.static AsyncConfigCreate a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type AsyncConfigModifier and TypeMethodDescriptionstatic AsyncConfig.BuilderAsyncConfig.builder(AsyncConfig instance) Create a new fluent API builder from an existing instance.static AsyncAsync.create(AsyncConfig config) Async with explicit configuration.AsyncConfig.BuilderBase.from(AsyncConfig prototype) Update this builder from an existing prototype instance.