xaRecover abstract method

Future<Result<List<Xid>>> xaRecover(
  1. String connectionId
)

List prepared XIDs on the resource manager for crash recovery.

Implementation

Future<Result<List<Xid>>> xaRecover(String connectionId);