object PartyReplicationTargetParticipantMessage extends GeneratedMessageCompanion[PartyReplicationTargetParticipantMessage] with AlphaProtoVersion

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartyReplicationTargetParticipantMessage
  2. AlphaProtoVersion
  3. Alpha
  4. Status
  5. GeneratedMessageCompanion
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. sealed trait Instruction extends GeneratedOneof
  3. implicit class PartyReplicationTargetParticipantMessageLens[UpperPB] extends ObjectLens[UpperPB, PartyReplicationTargetParticipantMessage]
  4. 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()
  5. type ValueType = PartyReplicationTargetParticipantMessage
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val INITIALIZE_FIELD_NUMBER: Int(1)
  5. final val SEND_ACS_UP_TO_FIELD_NUMBER: Int(2)
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. lazy val defaultInstance: PartyReplicationTargetParticipantMessage
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  9. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  10. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def fromAscii(s: String): PartyReplicationTargetParticipantMessage
    Definition Classes
    GeneratedMessageCompanion
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def javaDescriptor: Descriptor
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  18. def merge(a: PartyReplicationTargetParticipantMessage, input: CodedInputStream): PartyReplicationTargetParticipantMessage
    Definition Classes
    GeneratedMessageCompanion
  19. implicit def messageCompanion: GeneratedMessageCompanion[PartyReplicationTargetParticipantMessage] with AlphaProtoVersion
  20. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  21. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  22. implicit def messageReads: Reads[PartyReplicationTargetParticipantMessage]
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def of(instruction: Instruction): PartyReplicationTargetParticipantMessage
  28. def parseDelimitedFrom(input: InputStream): Option[PartyReplicationTargetParticipantMessage]
    Definition Classes
    GeneratedMessageCompanion
  29. def parseDelimitedFrom(input: CodedInputStream): Option[PartyReplicationTargetParticipantMessage]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseFrom(_input__: CodedInputStream): PartyReplicationTargetParticipantMessage
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  31. def parseFrom(s: Array[Byte]): PartyReplicationTargetParticipantMessage
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: InputStream): PartyReplicationTargetParticipantMessage
    Definition Classes
    GeneratedMessageCompanion
  33. def scalaDescriptor: Descriptor
    Definition Classes
    PartyReplicationTargetParticipantMessage → GeneratedMessageCompanion
  34. def streamFromDelimitedInput(input: InputStream): Stream[PartyReplicationTargetParticipantMessage]
    Definition Classes
    GeneratedMessageCompanion
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toByteArray(a: PartyReplicationTargetParticipantMessage): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def validate(s: Array[Byte]): Try[PartyReplicationTargetParticipantMessage]
    Definition Classes
    GeneratedMessageCompanion
  39. def validateAscii(s: String): Either[TextFormatError, PartyReplicationTargetParticipantMessage]
    Definition Classes
    GeneratedMessageCompanion
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. object Initialize extends GeneratedMessageCompanion[Initialize] with AlphaProtoVersion
  44. object Instruction extends Serializable
  45. object SendAcsUpTo extends GeneratedMessageCompanion[SendAcsUpTo] with AlphaProtoVersion

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AlphaProtoVersion

Inherited from Alpha

Inherited from Status

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped