c

com.digitalasset.canton.topology.admin.grpc

GrpcTopologyManagerReadService

class GrpcTopologyManagerReadService extends TopologyManagerReadService with NamedLogging

GRPC service implementation for deep topology transaction inspection

This service is mostly used for debugging and transaction exporting purposes.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcTopologyManagerReadService
  2. NamedLogging
  3. TopologyManagerReadService
  4. AbstractService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcTopologyManagerReadService(stores: => Seq[TopologyStore[TopologyStoreId]], ips: IdentityProvidingServiceClient, crypto: Crypto, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

    stores

    the various identity stores

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. implicit val ec: ExecutionContext
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def listAll(request: ListAllRequest): Future[ListAllResponse]

    Access all topology transactions

    Access all topology transactions

    Definition Classes
    GrpcTopologyManagerReadServiceTopologyManagerReadService
  14. def listAvailableStores(request: ListAvailableStoresRequest): Future[ListAvailableStoresResult]
  15. def listDomainParametersChanges(request: ListDomainParametersChangesRequest): Future[ListDomainParametersChangesResult]
  16. def listIdentifierDelegation(request: ListIdentifierDelegationRequest): Future[ListIdentifierDelegationResult]
  17. def listMediatorDomainState(request: ListMediatorDomainStateRequest): Future[ListMediatorDomainStateResult]
  18. def listNamespaceDelegation(request: ListNamespaceDelegationRequest): Future[ListNamespaceDelegationResult]
  19. def listOwnerToKeyMapping(request: ListOwnerToKeyMappingRequest): Future[ListOwnerToKeyMappingResult]
  20. def listParticipantDomainState(request: ListParticipantDomainStateRequest): Future[ListParticipantDomainStateResult]
  21. def listPartyToParticipant(request: ListPartyToParticipantRequest): Future[ListPartyToParticipantResult]
  22. def listSignedLegalIdentityClaim(request: ListSignedLegalIdentityClaimRequest): Future[ListSignedLegalIdentityClaimResult]
  23. def listVettedPackages(request: ListVettedPackagesRequest): Future[ListVettedPackagesResult]
  24. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. val loggerFactory: NamedLoggerFactory
  26. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def serviceCompanion: ServiceCompanion[TopologyManagerReadService]
    Definition Classes
    TopologyManagerReadService → AbstractService
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped