Packages

final case class ExportPartyAcsRequest(partyId: String, synchronizerId: String, targetParticipantUid: String, beginOffsetExclusive: Long, waitForActivationTimeout: Option[Duration]) extends GeneratedMessage with Updatable[ExportPartyAcsRequest] with Product with Serializable

Exports the ACS for a given party to facilitate its replication from a source to a target participant.

This request uses the party's most recent activation on the target participant to determine the precise historical state of the ACS to export from the source participant.

"Activation" on the target participant means the new hosting arrangement has been authorized by both the party itself and the target participant via party-to-participant topology transactions.

This request will fail if the party has not yet been activated on the target participant.

partyId

The identifier of the party being replicated. This party must already be active on the target participant for the ACS export to succeed. Required

synchronizerId

The identifier of the synchronizer managing the contract to be exported. This scopes the ACS export to only contracts assigned to this synchronizer. Required

targetParticipantUid

The unique identifier of the target participant where the party will be replicated. Required

beginOffsetExclusive

The exclusive ledger offset used as starting point to find the party's most recent activation on the target participant. Required

waitForActivationTimeout

The maximum duration the service will wait to find the topology transaction that activates the party on the target participant. If not set, the service will use a default timeout. Optional

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportPartyAcsRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExportPartyAcsRequest(partyId: String, synchronizerId: String, targetParticipantUid: String, beginOffsetExclusive: Long, waitForActivationTimeout: Option[Duration])

    partyId

    The identifier of the party being replicated. This party must already be active on the target participant for the ACS export to succeed. Required

    synchronizerId

    The identifier of the synchronizer managing the contract to be exported. This scopes the ACS export to only contracts assigned to this synchronizer. Required

    targetParticipantUid

    The unique identifier of the target participant where the party will be replicated. Required

    beginOffsetExclusive

    The exclusive ledger offset used as starting point to find the party's most recent activation on the target participant. Required

    waitForActivationTimeout

    The maximum duration the service will wait to find the topology transaction that activates the party on the target participant. If not set, the service will use a default timeout. Optional

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val beginOffsetExclusive: Long
  6. def clearWaitForActivationTimeout: ExportPartyAcsRequest
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def companion: ExportPartyAcsRequest.type
    Definition Classes
    ExportPartyAcsRequest → GeneratedMessage
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ExportPartyAcsRequest → GeneratedMessage
  12. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ExportPartyAcsRequest → GeneratedMessage
  13. def getWaitForActivationTimeout: Duration
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val partyId: String
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def serializedSize: Int
    Definition Classes
    ExportPartyAcsRequest → GeneratedMessage
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. val synchronizerId: String
  23. val targetParticipantUid: String
  24. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  25. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  26. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  27. def toProtoString: String
    Definition Classes
    ExportPartyAcsRequest → GeneratedMessage
  28. def update(ms: (Lens[ExportPartyAcsRequest, ExportPartyAcsRequest]) => Mutation[ExportPartyAcsRequest]*): ExportPartyAcsRequest
    Definition Classes
    Updatable
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. val waitForActivationTimeout: Option[Duration]
  33. def withBeginOffsetExclusive(__v: Long): ExportPartyAcsRequest
  34. def withPartyId(__v: String): ExportPartyAcsRequest
  35. def withSynchronizerId(__v: String): ExportPartyAcsRequest
  36. def withTargetParticipantUid(__v: String): ExportPartyAcsRequest
  37. def withWaitForActivationTimeout(__v: Duration): ExportPartyAcsRequest
  38. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  39. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ExportPartyAcsRequest → GeneratedMessage
  40. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped