Aborting
endless.transaction.Transaction.Status.Aborting
final case class Aborting[R](reason: AbortReason[R]) extends Pending[R]
At least one participating branch voted against transaction commit, or an abort has been requested by the client in the meantime. Branch aborts have been issued by the coordinator, which is now waiting for confirmation from the participating branches.
Attributes
- Graph
-
- Supertypes
Members list
In this article