Class LazyFaultTolerance<T>
- java.lang.Object
-
- io.smallrye.faulttolerance.core.apiimpl.LazyFaultTolerance<T>
-
- All Implemented Interfaces:
FaultTolerance<T>
public final class LazyFaultTolerance<T> extends Object implements FaultTolerance<T>
-
-
Nested Class Summary
-
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)Class<?>internalGetAsyncType()-
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
-
-