package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class BaseDomainTopologyClient extends DomainTopologyClientWithInit with TopologyAwaiter with TimeAwaiter
  2. trait BaseTopologySnapshotClient extends AnyRef
  3. class CachingDomainTopologyClient extends DomainTopologyClientWithInit with NamedLogging
  4. class CachingTopologySnapshot extends TopologySnapshotLoader with NamedLogging with NoTracing
  5. trait CertificateSnapshotClient extends AnyRef
  6. trait DomainGovernanceSnapshotClient extends AnyRef
  7. trait DomainGovernanceSnapshotLoader extends DomainGovernanceSnapshotClient
  8. trait DomainTopologyClient extends TopologyClientApi[TopologySnapshot] with AutoCloseable

    The client that provides the topology information on a per domain basis

  9. trait DomainTopologyClientWithInit extends DomainTopologyClient with TopologyTransactionProcessingSubscriber with NamedLogging

    The internal domain topology client interface used for initialisation and efficient processing

  10. class IdentityProvidingServiceClient extends AnyRef

    Client side API for the Identity Providing Service.

    Client side API for the Identity Providing Service. This API is used to get information about the layout of the domains, such as party-participant relationships, used encryption and signing keys, package information, participant states, domain parameters, and so on.

  11. trait KeyTopologySnapshotClient extends AnyRef

    The subset of the topology client, providing signing and encryption key information

  12. trait MediatorDomainStateClient extends AnyRef

    The subset of the topology client providing mediator state information

  13. trait ParticipantTopologySnapshotClient extends AnyRef

    The subset of the topology client, providing participant state information

  14. trait PartyTopologySnapshotClient extends AnyRef

    The subset of the topology client providing party to participant mapping information

  15. class StoreBasedDomainTopologyClient extends BaseDomainTopologyClient with NamedLogging

    The domain topology client that reads data from a topology store

  16. class StoreBasedTopologySnapshot extends TopologySnapshotLoader with NamedLogging with NoTracing

    Topology snapshot loader

  17. trait TopologyAwaiter extends FlagCloseable
  18. trait TopologyClientApi[T] extends AnyRef
  19. trait TopologySnapshot extends PartyTopologySnapshotClient with BaseTopologySnapshotClient with ParticipantTopologySnapshotClient with KeyTopologySnapshotClient with CertificateSnapshotClient with VettedPackagesSnapshotClient with MediatorDomainStateClient with DomainGovernanceSnapshotClient
  20. trait TopologySnapshotLoader extends TopologySnapshot with PartyTopologySnapshotLoader with BaseTopologySnapshotClient with ParticipantTopologySnapshotLoader with KeyTopologySnapshotClientLoader with VettedPackagesSnapshotLoader with DomainGovernanceSnapshotLoader with NamedLogging

    Loading interface with a more optimal method to read data from a store

    Loading interface with a more optimal method to read data from a store

    The topology information is stored in a particular way. In order to optimise loading and caching of the data, we use such loader interfaces, such that we can optimise caching and loading of the data while still providing a good and convenient access to the topology information.

  21. trait VettedPackagesSnapshotClient extends AnyRef
  22. trait VettedPackagesSnapshotLoader extends VettedPackagesSnapshotClient

Ungrouped