package watch_service
- Alphabetic
- Public
- Protected
Type Members
- final case class WatchRequest(optionalObjectTypes: Seq[String] = _root_.scala.Seq.empty, optionalStartCursor: Option[ZedToken] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[WatchRequest] with Product with Serializable
WatchRequest specifies the object definitions for which we want to start watching mutations, and an optional start snapshot for when to start watching.
WatchRequest specifies the object definitions for which we want to start watching mutations, and an optional start snapshot for when to start watching.
- optionalStartCursor
optional_start_cursor is the ZedToken holding the point-in-time at which to start watching for changes. If not specified, the watch will begin at the current head revision of the datastore, returning any updates that occur after the caller makes the request. Note that if this cursor references a point-in-time containing data that has been garbage collected, an error will be returned.
- Annotations
- @SerialVersionUID()
- final case class WatchResponse(updates: Seq[RelationshipUpdate] = _root_.scala.Seq.empty, changesThrough: Option[ZedToken] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[WatchResponse] with Product with Serializable
WatchResponse contains all tuple modification events in ascending timestamp order, from the requested start snapshot to a snapshot encoded in the watch response.
WatchResponse contains all tuple modification events in ascending timestamp order, from the requested start snapshot to a snapshot encoded in the watch response. The client can use the snapshot to resume watching where the previous watch response left off.
- Annotations
- @SerialVersionUID()
- trait WatchServiceFs2Grpc[F[_], A] extends AnyRef
Value Members
- object WatchRequest extends GeneratedMessageCompanion[WatchRequest]
- object WatchRequestValidator extends Validator[WatchRequest]
- object WatchResponse extends GeneratedMessageCompanion[WatchResponse]
- object WatchResponseValidator extends Validator[WatchResponse]
- object WatchServiceFs2Grpc extends GeneratedCompanion[WatchServiceFs2Grpc]
- object WatchServiceGrpc
- object WatchServiceProto extends GeneratedFileObject