Uses of Interface
io.smallrye.faulttolerance.api.FaultTolerance
-
-
Uses of FaultTolerance in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return types with arguments of type FaultTolerance Modifier and Type Method Description static <T> FaultTolerance.Builder<T,FaultTolerance<T>>FaultTolerance. create()Returns a builder that, at the end, returns aFaultToleranceobject representing a set of configured fault tolerance strategies.static <T> FaultTolerance.Builder<CompletionStage<T>,FaultTolerance<CompletionStage<T>>>FaultTolerance. createAsync()Returns a builder that, at the end, returns aFaultToleranceobject representing a set of configured fault tolerance strategies.Method parameters in io.smallrye.faulttolerance.api with type arguments of type FaultTolerance Modifier and Type Method Description <T,R>
FaultTolerance.Builder<T,R>FaultToleranceSpi. newAsyncBuilder(Class<?> asyncType, Function<FaultTolerance<T>,R> finisher)<T,R>
FaultTolerance.Builder<T,R>FaultToleranceSpi. newBuilder(Function<FaultTolerance<T>,R> finisher)
-