Uses of Class
io.helidon.faulttolerance.Fallback.Builder
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Fallback.Builder in io.helidon.faulttolerance
Modifier 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 aSingle
orCompletionStage
.Fallback.Builder.fallbackMulti
(Function<Throwable, ? extends Flow.Publisher<T>> fallback) Configure a fallback for aMulti
orFlow.Publisher
.final Fallback.Builder<T>
Do not apply fallback on these throwable classes.