Uses of Class
io.helidon.faulttolerance.Fallback.Builder
Packages that use Fallback.Builder
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Fallback.Builder in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return Fallback.BuilderModifier and TypeMethodDescriptionFallback.Builder.addApplyOn(Class<? extends Throwable> clazz) Apply fallback on this throwable class.Do not apply fallback on this throwable class.final Fallback.Builder<T>Apply fallback on these throwable classes.static <T> Fallback.Builder<T>Fallback.builder()A builder to customizeFallback.Fallback.Builder.fallback(Function<Throwable, ? extends CompletionStage<T>> fallback) Configure a fallback for aSingleorCompletionStage.Fallback.Builder.fallbackMulti(Function<Throwable, ? extends Flow.Publisher<T>> fallback) Configure a fallback for aMultiorFlow.Publisher.final Fallback.Builder<T>Do not apply fallback on these throwable classes.