Packages

package party

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

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

  4. final case class PartyReplicationAgreementParams extends Product with Serializable
  5. final case class PartyReplicationProposalParams extends Product with Serializable
  6. trait PartyReplicationTestInterceptor extends AnyRef

    OnPR test interceptor interface

    OnPR test interceptor interface

    Only for use in integration tests. In fact the test interceptor is only configurable via integration tests and disabled via pureconfig.

  7. class PartyReplicationTopologyWorkflow extends FlagCloseable with NamedLogging

    The OnPR topology workflow manages the interaction with topology processing with respect to authorizing PartyToParticipant topology changes and verifying that authorized topology changes permit party replication.

  8. 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 AddPartyError extends PartyManagementServiceErrorGroup
  2. object PartyManagementServiceError extends PartyManagementServiceErrorGroup with Serializable
  3. object PartyParticipantPermission

    Convenience methods to convert between external, internal, and Daml ParticipantPermission.

  4. object PartyReplicationAdminWorkflow
  5. object PartyReplicationAgreementParams extends Serializable
  6. object PartyReplicationProposalParams extends Serializable
  7. 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.

  8. object PartyReplicationTestInterceptor
  9. object PartyReplicator

Ungrouped