Packages

package topology

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package client

Type Members

  1. class LedgerServerPartyNotifier extends NamedLogging with FlagCloseableAsync

    Listens to changes of the identity stores and notifies the ledger-api server

    Listens to changes of the identity stores and notifies the ledger-api server

    We need to send PartyAddedToParticipant messages to LedgerApi server for every successful addition.

  2. sealed trait ParticipantIdentityDispatcherError extends AnyRef
  3. class ParticipantTopologyDispatcher extends NamedLogging with FlagCloseable

    Identity dispatcher, registering identities with a domain

    Identity dispatcher, registering identities with a domain

    The dispatcher observes the participant topology manager and tries to shovel new topology transactions added to the manager to all connected domains.

  4. class ParticipantTopologyManager extends TopologyManager[ParticipantTopologyManagerError]

    Participant side topology manager

  5. sealed trait ParticipantTopologyManagerError extends CantonError
  6. trait ParticipantTopologyManagerObserver extends AnyRef
  7. trait RegisterTopologyTransactionHandle extends FlagCloseable

Ungrouped