Uses of Class
io.helidon.faulttolerance.FallbackConfig.Builder
Packages that use FallbackConfig.Builder
-
Uses of FallbackConfig.Builder in io.helidon.faulttolerance
Methods 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.