com.digitalasset.canton.domain.api.v0
VersionedSubscriptionResponse
Companion object VersionedSubscriptionResponse
final case class VersionedSubscriptionResponse(signedSequencedEvent: ByteString, traceContext: Option[TraceContext], trafficState: Option[SequencedEventTrafficState]) extends GeneratedMessage with Updatable[VersionedSubscriptionResponse] with Product with Serializable
- signedSequencedEvent
Contains a versioned SignedContent of v0 or higher
- traceContext
optional, canton trace context DO NOT RENAME this field, as the ApiRequestLogger uses reflection to read this field. We typically use a header to transfer this information however streamed items do not have per item/message headers, so we instead in this instance set it in the body. optional, canton trace context
- trafficState
Traffic state for the subscribed member Optional value which is set if the sequencer enforces traffic limits
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- VersionedSubscriptionResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new VersionedSubscriptionResponse(signedSequencedEvent: ByteString, traceContext: Option[TraceContext], trafficState: Option[SequencedEventTrafficState])
- signedSequencedEvent
Contains a versioned SignedContent of v0 or higher
- traceContext
optional, canton trace context DO NOT RENAME this field, as the ApiRequestLogger uses reflection to read this field. We typically use a header to transfer this information however streamed items do not have per item/message headers, so we instead in this instance set it in the body. optional, canton trace context
- trafficState
Traffic state for the subscribed member Optional value which is set if the sequencer enforces traffic limits
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearTraceContext: VersionedSubscriptionResponse
- def clearTrafficState: VersionedSubscriptionResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: VersionedSubscriptionResponse.type
- Definition Classes
- VersionedSubscriptionResponse → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- VersionedSubscriptionResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- VersionedSubscriptionResponse → GeneratedMessage
- def getTraceContext: TraceContext
- def getTrafficState: SequencedEventTrafficState
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- VersionedSubscriptionResponse → GeneratedMessage
- val signedSequencedEvent: ByteString
- 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
- VersionedSubscriptionResponse → GeneratedMessage
- val traceContext: Option[TraceContext]
- val trafficState: Option[SequencedEventTrafficState]
- def update(ms: (Lens[VersionedSubscriptionResponse, VersionedSubscriptionResponse]) => Mutation[VersionedSubscriptionResponse]*): VersionedSubscriptionResponse
- 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 withSignedSequencedEvent(__v: ByteString): VersionedSubscriptionResponse
- def withTraceContext(__v: TraceContext): VersionedSubscriptionResponse
- def withTrafficState(__v: SequencedEventTrafficState): VersionedSubscriptionResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- VersionedSubscriptionResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage