Uses of Class
io.helidon.faulttolerance.FallbackConfig.Builder
Packages that use FallbackConfig.Builder
-
Uses of FallbackConfig.Builder in io.helidon.faulttolerance
Subclasses with type arguments of type FallbackConfig.Builder in io.helidon.faulttoleranceClasses in io.helidon.faulttolerance that implement interfaces with type arguments of type FallbackConfig.BuilderMethods in io.helidon.faulttolerance that return FallbackConfig.BuilderModifier and TypeMethodDescriptionstatic <T> FallbackConfig.Builder<T> FallbackConfig.builder()Create a new fluent API builder to customize configuration.static <T> FallbackConfig.Builder<T> FallbackConfig.builder(FallbackConfig<T> instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.faulttolerance with type arguments of type FallbackConfig.BuilderModifier and TypeMethodDescriptionstatic <T> Fallback<T> Fallback.create(Consumer<FallbackConfig.Builder<T>> configConsumer) Create a fallback and customize its configuration.