Start

com.eventstore.dbclient.proto.streams.ReadReq.Options.StreamOptions.RevisionOption.Start
final case class Start(value: Empty) extends RevisionOption

Attributes

Source
ReadReq.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 = Empty

Attributes

Source
ReadReq.scala

Value members

Concrete methods

override def isStart: Boolean

Attributes

Definition Classes
Source
ReadReq.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadReq.scala
override def start: Option[Empty]

Attributes

Definition Classes
Source
ReadReq.scala

Inherited methods

def end: Option[Empty]

Attributes

Inherited from:
RevisionOption
Source
ReadReq.scala

Attributes

Inherited from:
RevisionOption
Source
ReadReq.scala

Attributes

Inherited from:
RevisionOption
Source
ReadReq.scala
def isEnd: Boolean

Attributes

Inherited from:
RevisionOption
Source
ReadReq.scala

Attributes

Inherited from:
RevisionOption
Source
ReadReq.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
RevisionOption
Source
ReadReq.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala