CommitPosition

com.eventstore.dbclient.proto.streams.ReadResp.ReadEvent.Position.CommitPosition
final case class CommitPosition(value: Long) extends Position

Attributes

Source
ReadResp.scala
Graph
Supertypes
trait Position
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
ReadResp.scala

Value members

Concrete methods

override def commitPosition: Option[Long]

Attributes

Definition Classes
Source
ReadResp.scala
override def isCommitPosition: Boolean

Attributes

Definition Classes
Source
ReadResp.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadResp.scala

Inherited methods

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala