Packages

package party

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class PartyReplicationInstruction(maxCounter: NonNegativeInt)(representativeProtocolVersion: RepresentativeProtocolVersion[PartyReplicationInstruction.type]) extends HasProtocolVersionedWrapper[PartyReplicationInstruction] with Product with Serializable
  2. final case class PartyReplicationSourceMessage(dataOrStatus: DataOrStatus)(representativeProtocolVersion: RepresentativeProtocolVersion[PartyReplicationSourceMessage.type]) extends HasProtocolVersionedWrapper[PartyReplicationSourceMessage] with Product with Serializable
  3. class PartyReplicationSourceParticipantProcessor extends SequencerChannelProtocolProcessor

    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. class PartyReplicationTargetParticipantProcessor extends SequencerChannelProtocolProcessor

    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

  5. trait PersistsContracts extends AnyRef

    Helper trait to name parameters

Ungrouped