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) 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, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[Completed] with Product with Serializable

    The party has been added to the target participant.

    The party has been added to the target participant.

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

    This participant has connected to the sequencer channel for ACS replication.

    This participant has connected to the sequencer channel for ACS replication.

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

    The participant has disconnected from the sequencer channel used for ACS replication.

    The participant has disconnected from the sequencer channel used for ACS replication.

    statusPriorToDisconnect

    Prior status is one of ConnectionEstablished or ReplicatingAcs.

    Annotations
    @SerialVersionUID()
  5. 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()
  6. final case class FullyReplicatedAcs(sequencerUid: String, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[FullyReplicatedAcs] with Product with Serializable

    This participant has completed its part of the ACS replication: In case of the source participant all contracts have been sent, and for the target participant all contracts have been received.

    This participant has completed its part of the ACS replication: In case of the source participant all contracts have been sent, and for the target participant all contracts have been received.

    Annotations
    @SerialVersionUID()
  7. final case class ProposalProcessed() 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()
  8. final case class ReplicatingAcs(sequencerUid: String, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[ReplicatingAcs] with Product with Serializable

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

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

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