Companion
object Companion
Functions
Link copied to clipboard
Conclude the transaction as-is (or with a lower amount for a partial delivery).
Link copied to clipboard
Defer the decision to handle.commit()/rollback(), for example while waiting for cashier input. onComplete and join remain pending until the decision has been resolved. After a restart, recover the decision with Terminal.resume(transactionId).
Link copied to clipboard
Reverse the transaction instead of concluding it.