Class FaultToleranceImpl<V,S,T>
java.lang.Object
io.smallrye.faulttolerance.core.apiimpl.FaultToleranceImpl<V,S,T>
- All Implemented Interfaces:
FaultTolerance<T>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.smallrye.faulttolerance.api.FaultTolerance
FaultTolerance.Builder<T,R> -
Method Summary
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
- Specified by:
callin interfaceFaultTolerance<V>- Throws:
Exception
-
run
- Specified by:
runin interfaceFaultTolerance<V>
-