endless.transaction.proto.events

Members list

Type members

Classlikes

final case class BranchAborted(branchID: BranchID, unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BranchAborted extends GeneratedMessageCompanion[BranchAborted]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BranchAborted]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class BranchCommitted(branchID: BranchID, unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BranchCommitted extends GeneratedMessageCompanion[BranchCommitted]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BranchCommitted]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class BranchFailed(branchID: BranchID, error: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BranchFailed extends GeneratedMessageCompanion[BranchFailed]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BranchFailed]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class BranchVoted(branchID: BranchID, vote: Vote, unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BranchVoted extends GeneratedMessageCompanion[BranchVoted]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BranchVoted]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class ClientAborted(reason: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ClientAborted extends GeneratedMessageCompanion[ClientAborted]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ClientAborted]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Created(id: TransactionID, query: ByteString, branches: Seq[BranchID], unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Created extends GeneratedMessageCompanion[Created]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Created]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Created.type
object EventsProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class Timeout(unknownFields: UnknownFieldSet) extends GeneratedMessage, TransactionEvent

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Timeout extends GeneratedMessageCompanion[Timeout]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Timeout]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Timeout.type
sealed trait TransactionEvent

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BranchFailed
class BranchVoted
class Created
class Timeout
Show all