-
Enhancement
-
Resolution: Done
-
Major
-
Narayana-LRA-0.0.10.Final
-
None
implement waitForCallbacks in the NarayanaLRARecovery class
During the completion and compensation methods the participant can execute the work async. In that case the CompletionStage is returned by those methods and the work is executed in a different thread. Implement the waitForCallbacks in order to wait for those callbacks to finish.