Packages

object Status extends GeneratedMessageCompanion[Status]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AgreementAccepted(sequencerUid: String, topologySerial: Option[Int]) extends GeneratedMessage with Updatable[AgreementAccepted] with Product with Serializable

    The add-party request has been observed as agreed to by all participants.

    The add-party request has been observed as agreed to by all participants.

    Annotations
    @SerialVersionUID()
  2. final case class Completed(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[Completed] with Product with Serializable

    The local participant has completed its part of the ACS replication.

    The local participant has completed its part of the ACS replication.

    Annotations
    @SerialVersionUID()
  3. final case class ConnectionEstablished(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[ConnectionEstablished] with Product with Serializable

    The local participant has connected to the sequencer channel for ACS replication.

    The local participant has connected to the sequencer channel for ACS replication.

    Annotations
    @SerialVersionUID()
  4. final case class Error(errorMessage: String, statusPriorToError: Option[GetAddPartyStatusResponse.Status]) extends GeneratedMessage with Updatable[Error] with Product with Serializable

    The add-party request has failed after the specified last successful status.

    The add-party request has failed after the specified last successful status.

    Annotations
    @SerialVersionUID()
  5. final case class ProposalProcessed(topologySerial: Option[Int]) extends GeneratedMessage with Updatable[ProposalProcessed] with Product with Serializable

    The add-party request has been submitted by the target participant, or accepted by the source participant.

    The add-party request has been submitted by the target participant, or accepted by the source participant.

    Annotations
    @SerialVersionUID()
  6. final case class ReplicatingAcs(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[ReplicatingAcs] with Product with Serializable

    The local participant is ready for ACS replication or has started replicating the ACS.

    The local participant is ready for ACS replication or has started replicating the ACS.

    Annotations
    @SerialVersionUID()
  7. sealed trait Status extends GeneratedOneof
  8. implicit class StatusLens[UpperPB] extends ObjectLens[UpperPB, GetAddPartyStatusResponse.Status]
  9. final case class TopologyAuthorized(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[TopologyAuthorized] with Product with Serializable

    The PartyToParticipant topology transaction has been authorized by all party and participant signers.

    The PartyToParticipant topology transaction has been authorized by all party and participant signers.

    timestamp

    The timestamp at which the ACS snapshot for replication is taken.

    Annotations
    @SerialVersionUID()
  10. type ValueType = GetAddPartyStatusResponse.Status
    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 AGREEMENT_ACCEPTED_FIELD_NUMBER: Int(2)
  5. final val COMPLETED_FIELD_NUMBER: Int(6)
  6. final val CONNECTION_ESTABLISHED_FIELD_NUMBER: Int(4)
  7. final val ERROR_FIELD_NUMBER: Int(7)
  8. final val PROPOSAL_PROCESSED_FIELD_NUMBER: Int(1)
  9. final val REPLICATING_ACS_FIELD_NUMBER: Int(5)
  10. final val TOPOLOGY_AUTHORIZED_FIELD_NUMBER: Int(3)
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. lazy val defaultInstance: GetAddPartyStatusResponse.Status
    Definition Classes
    Status → GeneratedMessageCompanion
  14. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  15. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Status → GeneratedMessageCompanion
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fromAscii(s: String): GetAddPartyStatusResponse.Status
    Definition Classes
    GeneratedMessageCompanion
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def javaDescriptor: Descriptor
    Definition Classes
    Status → GeneratedMessageCompanion
  23. def merge(a: GetAddPartyStatusResponse.Status, input: CodedInputStream): GetAddPartyStatusResponse.Status
    Definition Classes
    GeneratedMessageCompanion
  24. implicit def messageCompanion: GeneratedMessageCompanion[GetAddPartyStatusResponse.Status]
  25. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  26. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Status → GeneratedMessageCompanion
  27. implicit def messageReads: Reads[GetAddPartyStatusResponse.Status]
    Definition Classes
    Status → GeneratedMessageCompanion
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Status → GeneratedMessageCompanion
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def of(status: Status): GetAddPartyStatusResponse.Status
  33. def parseDelimitedFrom(input: InputStream): Option[GetAddPartyStatusResponse.Status]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseDelimitedFrom(input: CodedInputStream): Option[GetAddPartyStatusResponse.Status]
    Definition Classes
    GeneratedMessageCompanion
  35. def parseFrom(_input__: CodedInputStream): GetAddPartyStatusResponse.Status
    Definition Classes
    Status → GeneratedMessageCompanion
  36. def parseFrom(s: Array[Byte]): GetAddPartyStatusResponse.Status
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(input: InputStream): GetAddPartyStatusResponse.Status
    Definition Classes
    GeneratedMessageCompanion
  38. def scalaDescriptor: Descriptor
    Definition Classes
    Status → GeneratedMessageCompanion
  39. def streamFromDelimitedInput(input: InputStream): Stream[GetAddPartyStatusResponse.Status]
    Definition Classes
    GeneratedMessageCompanion
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toByteArray(a: GetAddPartyStatusResponse.Status): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def validate(s: Array[Byte]): Try[GetAddPartyStatusResponse.Status]
    Definition Classes
    GeneratedMessageCompanion
  44. def validateAscii(s: String): Either[TextFormatError, GetAddPartyStatusResponse.Status]
    Definition Classes
    GeneratedMessageCompanion
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. object AgreementAccepted extends GeneratedMessageCompanion[AgreementAccepted]
  49. object Completed extends GeneratedMessageCompanion[Completed]
  50. object ConnectionEstablished extends GeneratedMessageCompanion[ConnectionEstablished]
  51. object Error extends GeneratedMessageCompanion[Error]
  52. object ProposalProcessed extends GeneratedMessageCompanion[ProposalProcessed]
  53. object ReplicatingAcs extends GeneratedMessageCompanion[ReplicatingAcs]
  54. object Status extends Serializable
  55. object TopologyAuthorized extends GeneratedMessageCompanion[TopologyAuthorized]

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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped