Class FaultToleranceImpl<V,T>
java.lang.Object
io.smallrye.faulttolerance.core.apiimpl.FaultToleranceImpl<V,T>
- All Implemented Interfaces:
FaultTolerance<T>
@Deprecated(forRemoval=true)
public final class FaultToleranceImpl<V,T>
extends Object
implements FaultTolerance<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from interface io.smallrye.faulttolerance.api.FaultTolerance
FaultTolerance.Builder<T,R> -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.<U> FaultTolerance<U> 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.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.api.FaultTolerance
adaptCallable, adaptRunnable, adaptSupplier, get
-
Method Details
-
call
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
callin interfaceFaultTolerance<V>- Throws:
Exception
-
run
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
runin interfaceFaultTolerance<V>
-
cast
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
castin interfaceFaultTolerance<V>
-
castAsync
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
castAsyncin interfaceFaultTolerance<V>
-