Uses of Interface
io.helidon.faulttolerance.FallbackConfig
-
Uses of FallbackConfig in io.helidon.faulttolerance
Modifier and TypeClassDescriptionstatic class
FallbackConfig.BuilderBase<T,
BUILDER extends FallbackConfig.BuilderBase<T, BUILDER, PROTOTYPE>, PROTOTYPE extends FallbackConfig<T>> Fluent API builder base forFallbackConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionFallbackConfig.Builder.build()
FallbackConfig.Builder.buildPrototype()
static <T> FallbackConfig
<T> FallbackConfig.create()
Create a new instance with default values.Modifier 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.