Transaction Handle
class TransactionHandle
Tracks a transaction until its final outcome. join/get and onComplete receive the same result. A deferred transaction remains pending until commit or rollback resolves the decision. Use onWaitingForCommit for authorisation data; do not wait on join before making that decision.