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
trait Serializable
trait Product
trait Equals
trait Pending[R]
trait Status[R]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product