Uses of Class
fish.payara.microprofile.faulttolerance.FaultToleranceMethodContext.AsyncFuture
-
Packages that use FaultToleranceMethodContext.AsyncFuture Package Description fish.payara.microprofile.faulttolerance fish.payara.microprofile.faulttolerance.service -
-
Uses of FaultToleranceMethodContext.AsyncFuture in fish.payara.microprofile.faulttolerance
Methods in fish.payara.microprofile.faulttolerance with parameters of type FaultToleranceMethodContext.AsyncFuture Modifier and Type Method Description voidFaultToleranceMethodContext. runAsynchronous(FaultToleranceMethodContext.AsyncFuture asyncResult, Callable<Object> task)Runs the task asynchronously and completes the given asyncResult with the its outcome. -
Uses of FaultToleranceMethodContext.AsyncFuture in fish.payara.microprofile.faulttolerance.service
Methods in fish.payara.microprofile.faulttolerance.service with parameters of type FaultToleranceMethodContext.AsyncFuture Modifier and Type Method Description voidFaultToleranceMethodContextImpl. runAsynchronous(FaultToleranceMethodContext.AsyncFuture asyncResult, Callable<Object> task)OBS! Unit tests implement a stub context with a simplified version of this implementation that needs to be updated properly whenever this method is changed in order to have comparable behaviour in tests.
-