CurrentRevision

com.eventstore.dbclient.proto.streams.AppendResp.Success.CurrentRevisionOption.CurrentRevision
final case class CurrentRevision(value: Long) extends CurrentRevisionOption

Attributes

Source
AppendResp.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Long

Attributes

Source
AppendResp.scala

Value members

Concrete methods

override def currentRevision: Option[Long]

Attributes

Definition Classes
Source
AppendResp.scala
override def isCurrentRevision: Boolean

Attributes

Definition Classes
Source
AppendResp.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
AppendResp.scala

Inherited methods

Attributes

Inherited from:
CurrentRevisionOption
Source
AppendResp.scala

Attributes

Inherited from:
CurrentRevisionOption
Source
AppendResp.scala

Attributes

Inherited from:
CurrentRevisionOption
Source
AppendResp.scala

Attributes

Inherited from:
CurrentRevisionOption
Source
AppendResp.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala