Packages

class PartyManagementServiceBlockingStub extends AbstractStub[PartyManagementServiceBlockingStub] with PartyManagementServiceBlockingClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartyManagementServiceBlockingStub
  2. PartyManagementServiceBlockingClient
  3. AbstractStub
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PartyManagementServiceBlockingStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

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. def addPartyAsync(request: AddPartyAsyncRequest): 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.

    Definition Classes
    PartyManagementServiceBlockingStubPartyManagementServiceBlockingClient
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def build(channel: Channel, options: CallOptions): PartyManagementServiceBlockingStub
    Definition Classes
    PartyManagementServiceBlockingStub → AbstractStub
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def exportAcs(request: ExportAcsRequest): Iterator[ExportAcsResponse]

    Export the ACS for the given parties from the participant.

    Export the ACS for the given parties from the participant.

    Definition Classes
    PartyManagementServiceBlockingStubPartyManagementServiceBlockingClient
  11. def exportAcsAtTimestamp(request: ExportAcsAtTimestampRequest): Iterator[ExportAcsAtTimestampResponse]

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

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

    Definition Classes
    PartyManagementServiceBlockingStubPartyManagementServiceBlockingClient
  12. def getAddPartyStatus(request: GetAddPartyStatusRequest): 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.

    Definition Classes
    PartyManagementServiceBlockingStubPartyManagementServiceBlockingClient
  13. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  14. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getHighestOffsetByTimestamp(request: GetHighestOffsetByTimestampRequest): 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.

    Definition Classes
    PartyManagementServiceBlockingStubPartyManagementServiceBlockingClient
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def serviceCompanion: ServiceCompanion[PartyManagementService]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def withCallCredentials(arg0: CallCredentials): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  29. final def withCompression(arg0: String): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  30. final def withDeadline(arg0: Deadline): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  31. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  32. final def withExecutor(arg0: Executor): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  33. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  34. final def withMaxInboundMessageSize(arg0: Int): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  35. final def withMaxOutboundMessageSize(arg0: Int): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  36. final def withOnReadyThreshold(arg0: Int): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  37. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
  38. final def withWaitForReady(): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub

Deprecated Value Members

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

    (Since version 9)

  2. final def withChannel(arg0: Channel): PartyManagementServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped