Uses of Class
org.eclipse.microprofile.lra.tck.service.spi.LRACallbackException
Packages that use LRACallbackException
-
Uses of LRACallbackException in org.eclipse.microprofile.lra.tck.service.spi
Methods in org.eclipse.microprofile.lra.tck.service.spi that throw LRACallbackExceptionModifier and TypeMethodDescriptionvoidLRARecoveryService.waitForCallbacks(URI lraId) Wait for the delivery of Complete and Compensate participant callbacks.booleanLRARecoveryService.waitForEndPhaseReplay(URI lraId) Wait for one replay of the end phase of the LRA (the callback calls to Status, Complete, Compensate, and Forget methods of all Compensating/Completing participants.default voidLRARecoveryService.waitForRecovery(URI lraId) Wait for all participants to reach an end state and for allAfterLRAnotifications to be successfully delivered (AfterLRA methods return HTTP 200).