object PartyReplicationTargetParticipantMessage extends GeneratedMessageCompanion[PartyReplicationTargetParticipantMessage] with AlphaProtoVersion
- Alphabetic
- By Inheritance
- PartyReplicationTargetParticipantMessage
- AlphaProtoVersion
- Alpha
- Status
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class Initialize(initialContractOrdinalInclusive: Int) extends GeneratedMessage with Updatable[Initialize] with Product with Serializable
The Initialize instruction must be the first message to the source participant and must never be sent as the second or later message.
The Initialize instruction must be the first message to the source participant and must never be sent as the second or later message.
- initialContractOrdinalInclusive
The ACS contract ordinal (0-based) to send as part of the first SendAcsUpTo instruction.
- Annotations
- @SerialVersionUID()
- sealed trait Instruction extends GeneratedOneof
- implicit class PartyReplicationTargetParticipantMessageLens[UpperPB] extends ObjectLens[UpperPB, PartyReplicationTargetParticipantMessage]
- final case class SendAcsUpTo(maxContractOrdinalInclusive: Int) extends GeneratedMessage with Updatable[SendAcsUpTo] with Product with Serializable
SendAcsUpTo instructs the source participant to send ordered ACS contracts up to a specified maximum ordinal.
SendAcsUpTo instructs the source participant to send ordered ACS contracts up to a specified maximum ordinal. This instruction lets the target participant flow-control the rate of ACS ingestion.
- maxContractOrdinalInclusive
ACS contract ordinal (0-based) deterministic on the source participant. This serves as a watermark specifying up to which contract ordinal inclusively the source participant is expected to send ACS contracts. Required
- Annotations
- @SerialVersionUID()
- type ValueType = PartyReplicationTargetParticipantMessage
- Definition Classes
- GeneratedMessageCompanion
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 val INITIALIZE_FIELD_NUMBER: Int(1)
- final val SEND_ACS_UP_TO_FIELD_NUMBER: Int(2)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- lazy val defaultInstance: PartyReplicationTargetParticipantMessage
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): PartyReplicationTargetParticipantMessage
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- def merge(a: PartyReplicationTargetParticipantMessage, input: CodedInputStream): PartyReplicationTargetParticipantMessage
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[PartyReplicationTargetParticipantMessage] with AlphaProtoVersion
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- implicit def messageReads: Reads[PartyReplicationTargetParticipantMessage]
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def of(instruction: Instruction): PartyReplicationTargetParticipantMessage
- def parseDelimitedFrom(input: InputStream): Option[PartyReplicationTargetParticipantMessage]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[PartyReplicationTargetParticipantMessage]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): PartyReplicationTargetParticipantMessage
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): PartyReplicationTargetParticipantMessage
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): PartyReplicationTargetParticipantMessage
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[PartyReplicationTargetParticipantMessage]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: PartyReplicationTargetParticipantMessage): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[PartyReplicationTargetParticipantMessage]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, PartyReplicationTargetParticipantMessage]
- Definition Classes
- GeneratedMessageCompanion
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Initialize extends GeneratedMessageCompanion[Initialize] with AlphaProtoVersion
- object Instruction extends Serializable
- object SendAcsUpTo extends GeneratedMessageCompanion[SendAcsUpTo] with AlphaProtoVersion