Packages

package party

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait PartyReplicationProcessor extends SequencerChannelProtocolProcessor
  2. final case class PartyReplicationSourceParticipantMessage(dataOrStatus: DataOrStatus)(representativeProtocolVersion: RepresentativeProtocolVersion[PartyReplicationSourceParticipantMessage.type]) extends HasProtocolVersionedWrapper[PartyReplicationSourceParticipantMessage] with Product with Serializable
  3. final class PartyReplicationSourceParticipantProcessor extends PartyReplicationProcessor

    The source participant processor exposes a party's active contracts on a specified synchronizer and timestamp to a target participant as part of Online Party Replication.

    The source participant processor exposes a party's active contracts on a specified synchronizer and timestamp to a target participant as part of Online Party Replication.

    The interaction happens via the com.digitalasset.canton.sequencing.client.channel.SequencerChannelProtocolProcessor API and the source participant processor enforces the protocol guarantees made by a PartyReplicationTargetParticipantProcessor. The following guarantees made by the source participant processor are verifiable by the party replication protocol: The source participant

  4. final case class PartyReplicationTargetParticipantMessage(instruction: Instruction)(representativeProtocolVersion: RepresentativeProtocolVersion[PartyReplicationTargetParticipantMessage.type]) extends HasProtocolVersionedWrapper[PartyReplicationTargetParticipantMessage] with Product with Serializable
  5. final class PartyReplicationTargetParticipantProcessor extends PartyReplicationProcessor

    The target participant processor ingests a party's active contracts on a specific synchronizer and timestamp from a source participant as part of Online Party Replication.

    The target participant processor ingests a party's active contracts on a specific synchronizer and timestamp from a source participant as part of Online Party Replication.

    The interaction happens via the com.digitalasset.canton.sequencing.client.channel.SequencerChannelProtocolProcessor API and the target participant processor enforces the protocol guarantees made by a PartyReplicationSourceParticipantProcessor. The following guarantees made by the target participant processor are verifiable at the party replication protocol: The target participant

  6. final class SourceParticipantStore extends AnyRef
  7. final class TargetParticipantStore extends AnyRef

Ungrouped