final case class InitReq(streamId: String = "", sliceMin: Int = 0, sliceMax: Int = 0, offset: Seq[Offset] = _root_.scala.Seq.empty, filter: Seq[FilterCriteria] = _root_.scala.Seq.empty, replicaInfo: Option[ReplicaInfo] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[InitReq] with Product with Serializable
The first message must always be this InitReq to setup the stream. It can only be used as the first message.
- streamId
the logical stream identifier, mapped to a specific internal entity type by the producer settings
- sliceMin
entities are partitioned by a deterministic slice (0-1023), a consumer would handle a slice range from slice_min to slice_max
- offset
start from this offset if empty, then NoOffset if single and no slice defined, then TimestampOffset if any and slice defined, then TimestampOffsetBySlice
- filter
consumer defined event filters
- Annotations
- @SerialVersionUID()
- Source
- InitReq.scala
- Alphabetic
- By Inheritance
- InitReq
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InitReq(streamId: String = "", sliceMin: Int = 0, sliceMax: Int = 0, offset: Seq[Offset] = _root_.scala.Seq.empty, filter: Seq[FilterCriteria] = _root_.scala.Seq.empty, replicaInfo: Option[ReplicaInfo] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- streamId
the logical stream identifier, mapped to a specific internal entity type by the producer settings
- sliceMin
entities are partitioned by a deterministic slice (0-1023), a consumer would handle a slice range from slice_min to slice_max
- offset
start from this offset if empty, then NoOffset if single and no slice defined, then TimestampOffset if any and slice defined, then TimestampOffsetBySlice
- filter
consumer defined event filters
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllFilter(__vs: Iterable[FilterCriteria]): InitReq
- def addAllOffset(__vs: Iterable[Offset]): InitReq
- def addFilter(__vs: FilterCriteria*): InitReq
- def addOffset(__vs: Offset*): InitReq
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearFilter: InitReq
- def clearOffset: InitReq
- def clearReplicaInfo: InitReq
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: InitReq.type
- Definition Classes
- InitReq → GeneratedMessage
- def discardUnknownFields: InitReq
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filter: Seq[FilterCriteria]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- InitReq → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- InitReq → GeneratedMessage
- def getReplicaInfo: ReplicaInfo
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val offset: Seq[Offset]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val replicaInfo: Option[ReplicaInfo]
- def serializedSize: Int
- Definition Classes
- InitReq → GeneratedMessage
- val sliceMax: Int
- val sliceMin: Int
- val streamId: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- InitReq → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[InitReq, InitReq]) => Mutation[InitReq]*): InitReq
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withFilter(__v: Seq[FilterCriteria]): InitReq
- def withOffset(__v: Seq[Offset]): InitReq
- def withReplicaInfo(__v: ReplicaInfo): InitReq
- def withSliceMax(__v: Int): InitReq
- def withSliceMin(__v: Int): InitReq
- def withStreamId(__v: String): InitReq
- def withUnknownFields(__v: UnknownFieldSet): InitReq
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- InitReq → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage