Packages

package party

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package v30

Type Members

  1. sealed trait PartyManagementServiceError extends Product with Serializable with CantonBaseError
  2. class PartyReplicationAdminWorkflow extends AdminWorkflowService with FlagCloseable with NamedLogging

    Daml admin workflow reacting to party management proposals and agreements among participants.

  3. final case class PartyReplicationAgreementParams extends Product with Serializable
  4. final case class PartyReplicationProposalParams extends Product with Serializable
  5. final class PartyReplicator extends FlagCloseable with NamedLogging

    The party replicator acts on behalf of the participant's online party replication requests:

    The party replicator acts on behalf of the participant's online party replication requests:

    • In response to an operator request to initiate online party replication, triggers admin workflow proposal.
    • Exposes callbacks to the admin workflow to validate and process channel proposals and agreements.

    The party replicator conceptually owns the party replication admin workflow and implements the grpc party management service endpoints related to online party replication, but for practical reasons its lifetime is controlled by the admin workflow service. This helps ensure that upon participant HA-activeness changes, the party replication-related classes are all created or closed in unison.

Value Members

  1. object PartyManagementServiceError extends PartyManagementServiceErrorGroup with Serializable
  2. object PartyReplicationAdminWorkflow
  3. object PartyReplicationAgreementParams extends Serializable
  4. object PartyReplicationProposalParams extends Serializable
  5. object PartyReplicationStatus

    Internal state representation of the party replication process.

    Internal state representation of the party replication process. Refer to the proto GetAddPartyStatusResponse for the semantics.

Ungrouped