Class FaultToleranceImpl<V,S,T>
- java.lang.Object
-
- io.smallrye.faulttolerance.core.apiimpl.FaultToleranceImpl<V,S,T>
-
- All Implemented Interfaces:
FaultTolerance<T>
public final class FaultToleranceImpl<V,S,T> extends Object implements FaultTolerance<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFaultToleranceImpl.BuilderImpl<T,R>-
Nested classes/interfaces inherited from interface io.smallrye.faulttolerance.api.FaultTolerance
FaultTolerance.Builder<T extends Object,R extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcall(Callable<T> action)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.smallrye.faulttolerance.api.FaultTolerance
adaptCallable, adaptRunnable, adaptSupplier, get, run
-
-