Packages

c

com.digitalasset.canton.topology.admin.grpc

GrpcTopologyManagerWriteService

class GrpcTopologyManagerWriteService extends TopologyManagerWriteService with NamedLogging

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

Instance Constructors

  1. new GrpcTopologyManagerWriteService(managers: => Seq[TopologyManager[store.TopologyStoreId]], temporaryStoreRegistry: TemporaryStoreRegistry, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

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. def addTransactions(request: AddTransactionsRequest): Future[AddTransactionsResponse]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authorize(requests: AuthorizeRequest): Future[AuthorizeResponse]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def createTemporaryTopologyStore(request: CreateTemporaryTopologyStoreRequest): Future[CreateTemporaryTopologyStoreResponse]

    * Creates a temporary topology store.

    * Creates a temporary topology store. Trying to create a store with the same name results in an error.

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  9. def dropTemporaryTopologyStore(request: DropTemporaryTopologyStoreRequest): Future[DropTemporaryTopologyStoreResponse]

    * Drops a temporary topology store.

    * Drops a temporary topology store. Trying to drop a temporary store that does not exist results in an error.

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  10. implicit val ec: ExecutionContext
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. def generateTransactions(request: GenerateTransactionsRequest): Future[GenerateTransactionsResponse]

    RPC to generate topology transactions that can be signed

    RPC to generate topology transactions that can be signed

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def importTopologySnapshot(responseObserver: StreamObserver[ImportTopologySnapshotResponse]): StreamObserver[ImportTopologySnapshotRequest]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. val loggerFactory: NamedLoggerFactory
  21. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def serviceCompanion: ServiceCompanion[TopologyManagerWriteService]
    Definition Classes
    TopologyManagerWriteService → AbstractService
  27. def signTransactions(requestP: SignTransactionsRequest): Future[SignTransactionsResponse]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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

    (Since version 9)

Inherited from NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped