Uses of Class
io.helidon.nima.faulttolerance.Fallback.Builder
Packages that use Fallback.Builder
-
Uses of Fallback.Builder in io.helidon.nima.faulttolerance
Methods in io.helidon.nima.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.Configure a fallback for a type.final Fallback.Builder<T>Do not apply fallback on these throwable classes.