com.eventstore.dbclient.proto.streams

Members list

Concise view

Type members

Classlikes

final case class AppendReq(content: Content, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[AppendReq]

Attributes

Companion:
object
Source:
AppendReq.scala
Graph
Supertypes
trait Updatable[AppendReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object AppendReq extends GeneratedMessageCompanion[AppendReq]

Attributes

Companion:
class
Source:
AppendReq.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AppendReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class AppendResp(result: Result, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[AppendResp]

Attributes

Companion:
object
Source:
AppendResp.scala
Graph
Supertypes
trait Updatable[AppendResp]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object AppendResp extends GeneratedMessageCompanion[AppendResp]

Attributes

Companion:
class
Source:
AppendResp.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AppendResp]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BatchAppendReq(correlationId: Option[UUID], options: Option[Options], proposedMessages: Seq[ProposedMessage], isFinal: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[BatchAppendReq]

Attributes

Companion:
object
Source:
BatchAppendReq.scala
Graph
Supertypes
trait Updatable[BatchAppendReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object BatchAppendReq extends GeneratedMessageCompanion[BatchAppendReq]

Attributes

Companion:
class
Source:
BatchAppendReq.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BatchAppendReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BatchAppendResp(correlationId: Option[UUID], result: Result, streamIdentifier: Option[StreamIdentifier], expectedStreamPosition: ExpectedStreamPosition, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[BatchAppendResp]

Attributes

Companion:
object
Source:
BatchAppendResp.scala
Graph
Supertypes
trait Updatable[BatchAppendResp]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object BatchAppendResp extends GeneratedMessageCompanion[BatchAppendResp]

Attributes

Companion:
class
Source:
BatchAppendResp.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BatchAppendResp]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DeleteReq(options: Option[Options], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DeleteReq]

Attributes

Companion:
object
Source:
DeleteReq.scala
Graph
Supertypes
trait Updatable[DeleteReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DeleteReq extends GeneratedMessageCompanion[DeleteReq]

Attributes

Companion:
class
Source:
DeleteReq.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DeleteResp(positionOption: PositionOption, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DeleteResp]

Attributes

Companion:
object
Source:
DeleteResp.scala
Graph
Supertypes
trait Updatable[DeleteResp]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DeleteResp extends GeneratedMessageCompanion[DeleteResp]

Attributes

Companion:
class
Source:
DeleteResp.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteResp]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ReadReq(options: Option[Options], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ReadReq]

Attributes

Companion:
object
Source:
ReadReq.scala
Graph
Supertypes
trait Updatable[ReadReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ReadReq extends GeneratedMessageCompanion[ReadReq]

Attributes

Companion:
class
Source:
ReadReq.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ReadReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
ReadReq.type
final case class ReadResp(content: Content, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ReadResp]

Attributes

Companion:
object
Source:
ReadResp.scala
Graph
Supertypes
trait Updatable[ReadResp]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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
Self type
trait StreamsFs2Grpc[F[_], A]

Attributes

Companion:
object
Source:
StreamsFs2Grpc.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object StreamsFs2Grpc extends GeneratedCompanion[[F[_], A] =>> StreamsFs2Grpc[F, A]]

Attributes

Companion:
trait
Source:
StreamsFs2Grpc.scala
Graph
Supertypes
trait GeneratedCompanion[[F[_], A] =>> StreamsFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Source:
StreamsGrpc.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object StreamsProto extends GeneratedFileObject

Attributes

Source:
StreamsProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class TombstoneReq(options: Option[Options], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[TombstoneReq]

Attributes

Companion:
object
Source:
TombstoneReq.scala
Graph
Supertypes
trait Updatable[TombstoneReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TombstoneReq extends GeneratedMessageCompanion[TombstoneReq]

Attributes

Companion:
class
Source:
TombstoneReq.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TombstoneReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class TombstoneResp(positionOption: PositionOption, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[TombstoneResp]

Attributes

Companion:
object
Source:
TombstoneResp.scala
Graph
Supertypes
trait Updatable[TombstoneResp]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TombstoneResp extends GeneratedMessageCompanion[TombstoneResp]

Attributes

Companion:
class
Source:
TombstoneResp.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TombstoneResp]
trait Serializable
class Object
trait Matchable
class Any
Self type