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 classFallbackConfig.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type FallbackConfig in io.helidon.faulttoleranceClasses in io.helidon.faulttolerance that implement interfaces with type arguments of type FallbackConfigMethods in io.helidon.faulttolerance that return FallbackConfigModifier and TypeMethodDescriptionFallbackConfig.Builder.build()Create an instance from this builder.FallbackConfig.Builder.buildPrototype()Create an instance of the prototype.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.