Uses of Interface
io.helidon.faulttolerance.FallbackConfig
Packages that use FallbackConfig
-
Uses of FallbackConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type FallbackConfigModifier and TypeClassDescriptionstatic class
FallbackConfig.BuilderBase<T,
BUILDER extends FallbackConfig.BuilderBase<T, BUILDER, PROTOTYPE>, PROTOTYPE extends FallbackConfig<T>> Fluent API builder base forFallbackConfig
.Classes in io.helidon.faulttolerance that implement FallbackConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return FallbackConfigModifier and TypeMethodDescriptionFallbackConfig.Builder.build()
FallbackConfig.Builder.buildPrototype()
static <T> FallbackConfig
<T> FallbackConfig.create()
Create a new instance with default values.Methods in io.helidon.faulttolerance with parameters of type FallbackConfigModifier and TypeMethodDescriptionstatic <T> FallbackConfig.Builder
<T> FallbackConfig.builder
(FallbackConfig<T> instance) Create a new fluent API builder from an existing instance.static <T> Fallback
<T> Fallback.create
(FallbackConfig<T> fallbackConfig) Create a fallback based on configuration.FallbackConfig.BuilderBase.from
(FallbackConfig<T> prototype) Update this builder from an existing prototype instance.