package party
- Alphabetic
- Public
- Protected
Type Members
- sealed trait PartyManagementServiceError extends Product with Serializable with CantonBaseError
- class PartyReplicationAdminWorkflow extends AdminWorkflowService with FlagCloseable with NamedLogging
Daml admin workflow reacting to party management proposals and agreements among participants.
- final case class PartyReplicationAgreementParams extends Product with Serializable
- final case class PartyReplicationProposalParams extends Product with Serializable
- 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
- object PartyManagementServiceError extends PartyManagementServiceErrorGroup with Serializable
- object PartyReplicationAdminWorkflow
- object PartyReplicationAgreementParams extends Serializable
- object PartyReplicationProposalParams extends Serializable
- 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.