Class LazyFaultTolerance<T>
java.lang.Object
io.smallrye.faulttolerance.core.apiimpl.LazyFaultTolerance<T>
- All Implemented Interfaces:
FaultTolerance<T>
-
Nested Class Summary
Nested 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
-
Method Details
-
internalGetAsyncType
-
call
- Specified by:
callin interfaceFaultTolerance<T>- Throws:
Exception
-
get
- Specified by:
getin interfaceFaultTolerance<T>
-
run
- Specified by:
runin interfaceFaultTolerance<T>
-