package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class BaseCachingDomainTopologyClient extends DomainTopologyClientWithInit with NamedLogging
  2. abstract class BaseDomainTopologyClient extends DomainTopologyClientWithInit with TopologyAwaiter with TimeAwaiter
  3. abstract class BaseDomainTopologyClientOld extends BaseDomainTopologyClient with DomainTopologyClientWithInitOld
  4. abstract class BaseDomainTopologyClientX extends BaseDomainTopologyClient with DomainTopologyClientWithInitX
  5. trait BaseTopologySnapshotClient extends AnyRef
  6. final class CachingDomainTopologyClientOld extends BaseCachingDomainTopologyClient with DomainTopologyClientWithInitOld
  7. final class CachingDomainTopologyClientX extends BaseCachingDomainTopologyClient with DomainTopologyClientWithInitX
  8. class CachingTopologySnapshot extends TopologySnapshotLoader with NamedLogging with NoTracing
  9. trait CertificateSnapshotClient extends AnyRef
    Annotations
    @Deprecated
  10. trait DomainGovernanceSnapshotClient extends AnyRef
  11. trait DomainGovernanceSnapshotLoader extends DomainGovernanceSnapshotClient
  12. trait DomainTopologyClient extends TopologyClientApi[TopologySnapshot] with AutoCloseable

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

  13. trait DomainTopologyClientWithInit extends DomainTopologyClient with TopologyTransactionProcessingSubscriberCommon with HasFutureSupervision with NamedLogging

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

  14. trait DomainTopologyClientWithInitOld extends DomainTopologyClientWithInit with TopologyTransactionProcessingSubscriber
  15. trait DomainTopologyClientWithInitX extends DomainTopologyClientWithInit with TopologyTransactionProcessingSubscriberX
  16. trait DomainTrafficControlStateClient extends AnyRef

    The subset of the topology client providing traffic state information

  17. 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.

  18. trait KeyTopologySnapshotClient extends AnyRef

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

  19. trait MediatorDomainStateClient extends AnyRef

    The subset of the topology client providing mediator state information

  20. final case class MemberTrafficControlState(totalExtraTrafficLimit: PositiveLong) extends Product with Serializable
  21. trait MembersTopologySnapshotClient extends AnyRef
  22. trait ParticipantTopologySnapshotClient extends AnyRef

    The subset of the topology client, providing participant state information

  23. trait PartyTopologySnapshotClient extends AnyRef

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

  24. trait SequencerDomainStateClient extends AnyRef

    The subset of the topology client providing sequencer state information

  25. class StoreBasedDomainTopologyClient extends BaseDomainTopologyClientOld with NamedLogging

    The domain topology client that reads data from a topology store

  26. class StoreBasedDomainTopologyClientX extends BaseDomainTopologyClientX with NamedLogging

    The domain topology client that reads data from a topology store

  27. class StoreBasedTopologySnapshot extends TopologySnapshotLoader with NamedLogging with NoTracing

    Topology snapshot loader

  28. class StoreBasedTopologySnapshotX extends TopologySnapshotLoader with NamedLogging with NoTracing

    Topology snapshot loader

  29. trait TopologyAwaiter extends FlagCloseable
  30. trait TopologyClientApi[+T] extends AnyRef
  31. trait TopologySnapshot extends PartyTopologySnapshotClient with BaseTopologySnapshotClient with ParticipantTopologySnapshotClient with KeyTopologySnapshotClient with CertificateSnapshotClient with VettedPackagesSnapshotClient with MediatorDomainStateClient with SequencerDomainStateClient with DomainTrafficControlStateClient with DomainGovernanceSnapshotClient with MembersTopologySnapshotClient
  32. trait TopologySnapshotLoader extends TopologySnapshot with PartyTopologySnapshotLoader with BaseTopologySnapshotClient with ParticipantTopologySnapshotLoader with KeyTopologySnapshotClientLoader with VettedPackagesSnapshotLoader with DomainGovernanceSnapshotLoader with DomainTrafficControlStateClient 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.

  33. trait VettedPackagesSnapshotClient extends AnyRef
  34. trait VettedPackagesSnapshotLoader extends VettedPackagesSnapshotClient

Ungrouped