Vote

endless.transaction.Branch.Vote
See theVote companion trait
object Vote

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Vote.type

Members list

Type members

Classlikes

final case class Abort[R](reason: R) extends Vote[R]

The branch votes to abort the transaction with the specified reason.

The branch votes to abort the transaction with the specified reason.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Vote[R]
class Object
trait Matchable
class Any
Show all
case object Commit extends Vote[Nothing]

The branch votes to commit the transaction.

The branch votes to commit the transaction.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Vote[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Commit.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror