Packages

trait PartyManagementService extends AbstractService

* The PartyManagementService allows modifying party hosting on participants.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartyManagementService
  2. AbstractService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addPartyAsync(request: AddPartyAsyncRequest): Future[AddPartyAsyncResponse]

    Initiate adding a party already hosted on one or more non-local participants to the local participant in the specified synchronizer.

    Initiate adding a party already hosted on one or more non-local participants to the local participant in the specified synchronizer. Performs some checks synchronously and then starts the replication asynchronously.

  2. abstract def exportAcs(request: ExportAcsRequest, responseObserver: StreamObserver[ExportAcsResponse]): Unit

    Export the ACS for the given parties from the participant.

  3. abstract def exportAcsAtTimestamp(request: ExportAcsAtTimestampRequest, responseObserver: StreamObserver[ExportAcsAtTimestampResponse]): Unit

    Export the ACS for the given parties at a timestamp (that is the effective time of a topology transaction).

  4. abstract def getAddPartyStatus(request: GetAddPartyStatusRequest): Future[GetAddPartyStatusResponse]

    Status endpoint that given an add_party_request_id returns status information about progress, completion, or errors of a previous call to AddPartyAsync on the source or target participant.

    Status endpoint that given an add_party_request_id returns status information about progress, completion, or errors of a previous call to AddPartyAsync on the source or target participant.

    Note that the status reflects the state as perceived by the local participant and does not imply the state of remote participants. The status on the target participant is more authoritative as the target participant drives the process of adding the party. For example when the target participant status indicates "completed", the party has been added successfully.

  5. abstract def getHighestOffsetByTimestamp(request: GetHighestOffsetByTimestampRequest): Future[GetHighestOffsetByTimestampResponse]

    For a given timestamp, find the highest ledger offset among all events that have record time <= timestamp.

    For a given timestamp, find the highest ledger offset among all events that have record time <= timestamp.

    Returns a ledger offset, or an error otherwise. Depending on the error cause, a retry may make sense. Retryable errors are defined as: OUT_OF_RANGE/INVALID_TIMESTAMP_PARTY_MANAGEMENT_ERROR. Further, a returned offset is guaranteed to be "clean", meaning all events have been processed fully and published to the Ledger API DB until the requested timestamp.

Concrete 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. def serviceCompanion: ServiceCompanion[PartyManagementService]
    Definition Classes
    PartyManagementService → AbstractService
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped