Uses of Interface
io.smallrye.faulttolerance.api.FaultTolerance
-
Uses of FaultTolerance in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return FaultToleranceModifier and TypeMethodDescription<U> FaultTolerance<U> FaultTolerance.cast()Deprecated, for removal: This API element is subject to removal in a future version.<U> FaultTolerance<U> Deprecated, for removal: This API element is subject to removal in a future version.useGuardorTypedGuard, which unifies synchronous and asynchronous invocationsMethods in io.smallrye.faulttolerance.api that return types with arguments of type FaultToleranceModifier and TypeMethodDescriptionstatic <T> FaultTolerance.Builder<T, FaultTolerance<T>> FaultTolerance.create()Deprecated, for removal: This API element is subject to removal in a future version.static <T> FaultTolerance.Builder<CompletionStage<T>, FaultTolerance<CompletionStage<T>>> FaultTolerance.createAsync()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in io.smallrye.faulttolerance.api with type arguments of type FaultToleranceModifier and TypeMethodDescription<T,R> FaultTolerance.Builder <T, R> Spi.newAsyncBuilder(Class<?> asyncType, Function<FaultTolerance<T>, R> finisher) Deprecated, for removal: This API element is subject to removal in a future version.<T,R> FaultTolerance.Builder <T, R> Spi.newBuilder(Function<FaultTolerance<T>, R> finisher) Deprecated, for removal: This API element is subject to removal in a future version.
GuardorTypedGuard, which unifies synchronous and asynchronous invocations