- Companion:
- class
- Source:
- ReadResp.scala
Type members
Classlikes
final case class Checkpoint(commitPosition: Long, preparePosition: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Checkpoint]
- Companion:
- object
- Source:
- ReadResp.scala
final case class ReadEvent(event: Option[RecordedEvent], link: Option[RecordedEvent], position: Position, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ReadEvent]
- Companion:
- object
- Source:
- ReadResp.scala
implicit class ReadRespLens[UpperPB](_l: Lens[UpperPB, ReadResp]) extends ObjectLens[UpperPB, ReadResp]
- Source:
- ReadResp.scala
final case class StreamNotFound(streamIdentifier: Option[StreamIdentifier], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StreamNotFound]
- Companion:
- object
- Source:
- ReadResp.scala
final case class SubscriptionConfirmation(subscriptionId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[SubscriptionConfirmation]
- Companion:
- object
- Source:
- ReadResp.scala
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Value members
Inherited methods
Merges the given message with the additional fields in the steam.
Merges the given message with the additional fields in the steam.
- Inherited from:
- GeneratedMessageCompanion
- Source:
- GeneratedMessageCompanion.scala
@nowarn("cat=deprecation")
- Inherited from:
- GeneratedMessageCompanion
- Source:
- GeneratedMessageCompanion.scala