Package | Description |
---|---|
org.eclipse.microprofile.lra.tck.service.spi |
Modifier and Type | Method and Description |
---|---|
void |
LRARecoveryService.waitForCallbacks(URI lraId)
Wait for the delivery of Complete and Compensate participant callbacks.
|
boolean |
LRARecoveryService.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 void |
LRARecoveryService.waitForRecovery(URI lraId)
Wait for all participants to reach an end state and for all
AfterLRA notifications to be successfully delivered (AfterLRA
methods return HTTP 200). |
Copyright © 2018 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.