Packages

package topology

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package client

Type Members

  1. trait HandshakeWithPSId extends AnyRef
  2. class LedgerServerPartyNotifier extends NamedLogging with FlagCloseable

    Listens to changes of the topology stores and notifies the Ledger API server

    Listens to changes of the topology stores and notifies the Ledger API server

    We need to send PartyAddedToParticipant messages to Ledger API server for every successful addition with a known participant ID.

  3. trait PackageOps extends NamedLogging
  4. class PackageOpsImpl extends PackageOps with FlagCloseable
  5. class ParticipantTopologyDispatcher extends NamedLogging with FlagCloseable with HasFutureSupervision
  6. trait ParticipantTopologyDispatcherHandle extends AnyRef
  7. sealed trait ParticipantTopologyManagerError extends ContextualizedCantonError
  8. trait ParticipantTopologyValidation extends NamedLogging
  9. class PartyOps extends NamedLogging
  10. class SequencerConnectionSuccessorListener extends TopologyTransactionProcessingSubscriber with NamedLogging

    Listens to topology changes and creates a synchronizer connection config in the synchronizer connection config store if the following requirements are satisfied:

    Listens to topology changes and creates a synchronizer connection config in the synchronizer connection config store if the following requirements are satisfied:

    • the topology state is frozen by the synchronizer owners, which also includes the physical synchronizer id of the successor synchronizer
    • there is no configuration for the successor physical synchronizer in the synchronizer connection configuration store
    • all sequencers that are configured in the currently active synchronizer connection for the given synchronizer alias have announced the connection details for connecting to the sequencer on the successor synchronizer
  11. class TopologyComponentFactory extends AnyRef

Ungrouped