ReadResp

com.eventstore.dbclient.proto.streams.ReadResp
See theReadResp companion class
object ReadResp extends GeneratedMessageCompanion[ReadResp]

Attributes

Companion
class
Source
ReadResp.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ReadResp]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
ReadResp.type

Members list

Type members

Classlikes

final case class CaughtUp(unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CaughtUp extends GeneratedMessageCompanion[CaughtUp]

Attributes

Companion
class
Source
ReadResp.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CaughtUp]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
CaughtUp.type
final case class Checkpoint(commitPosition: Long, preparePosition: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Checkpoint extends GeneratedMessageCompanion[Checkpoint]

Attributes

Companion
class
Source
ReadResp.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Checkpoint]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Checkpoint.type
object Content

Attributes

Companion
trait
Source
ReadResp.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Content.type
sealed trait Content extends GeneratedOneof

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class CaughtUp
class Checkpoint
class Confirmation
object Empty.type
class Event
class FellBehind
Show all
final case class FellBehind(unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FellBehind extends GeneratedMessageCompanion[FellBehind]

Attributes

Companion
class
Source
ReadResp.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FellBehind]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
FellBehind.type
final case class ReadEvent(event: Option[RecordedEvent], link: Option[RecordedEvent], position: Position, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ReadEvent extends GeneratedMessageCompanion[ReadEvent]

Attributes

Companion
class
Source
ReadResp.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ReadEvent]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
ReadEvent.type
final case class StreamNotFound(streamIdentifier: Option[StreamIdentifier], unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StreamNotFound extends GeneratedMessageCompanion[StreamNotFound]

Attributes

Companion
class
Source
ReadResp.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StreamNotFound]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class SubscriptionConfirmation(subscriptionId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadResp.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SubscriptionConfirmation extends GeneratedMessageCompanion[SubscriptionConfirmation]

Attributes

Companion
class
Source
ReadResp.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SubscriptionConfirmation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
ReadResp.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
ReadResp.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
ReadResp.scala
def of(content: Content): ReadResp

Attributes

Source
ReadResp.scala
def parseFrom(`_input__`: CodedInputStream): ReadResp

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
ReadResp.scala
def scalaDescriptor: Descriptor

Attributes

Source
ReadResp.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: ReadResp, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val CAUGHT_UP_FIELD_NUMBER: 8

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala
final val EVENT_FIELD_NUMBER: 1

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala

Attributes

Source
ReadResp.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
ReadResp.scala

Implicits

Implicits

implicit def messageCompanion: GeneratedMessageCompanion[ReadResp]

Attributes

Source
ReadResp.scala
implicit def messageReads: Reads[ReadResp]

Attributes

Source
ReadResp.scala