Packages

class TopologyManagerWriteServiceStub extends AbstractStub[TopologyManagerWriteServiceStub] with TopologyManagerWriteService

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

Instance Constructors

  1. new TopologyManagerWriteServiceStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

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 addSignedTopologyTransaction(request: SignedTopologyTransactionAddition): Future[AdditionSuccess]

    * Adds a signed topology transaction to the Authorized store

    * Adds a signed topology transaction to the Authorized store

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authorizeDomainParametersChange(request: DomainParametersChangeAuthorization): Future[AuthorizationSuccess]

    * Authorizes a change of parameters for the domain

    * Authorizes a change of parameters for the domain

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  7. def authorizeIdentifierDelegation(request: IdentifierDelegationAuthorization): Future[AuthorizationSuccess]

    * Authorizes a new identifier delegation (identifier certificate) (add/remove) on the local topology manager

    * Authorizes a new identifier delegation (identifier certificate) (add/remove) on the local topology manager

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  8. def authorizeMediatorDomainState(request: MediatorDomainStateAuthorization): Future[AuthorizationSuccess]

    * Authorizes a mediator domain state

    * Authorizes a mediator domain state

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  9. def authorizeNamespaceDelegation(request: NamespaceDelegationAuthorization): Future[AuthorizationSuccess]

    * Authorizes a namespace delegation (root or intermediate CA) (add/remove) on the local topology manager

    * Authorizes a namespace delegation (root or intermediate CA) (add/remove) on the local topology manager

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  10. def authorizeOwnerToKeyMapping(request: OwnerToKeyMappingAuthorization): Future[AuthorizationSuccess]

    * Authorizes an owner to key mapping change (add/remove) on the local topology manager

    * Authorizes an owner to key mapping change (add/remove) on the local topology manager

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  11. def authorizeParticipantDomainState(request: ParticipantDomainStateAuthorization): Future[AuthorizationSuccess]

    * Authorizes a participant domain state

    * Authorizes a participant domain state

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  12. def authorizePartyToParticipant(request: PartyToParticipantAuthorization): Future[AuthorizationSuccess]

    * Authorizes a party to participant mapping change (add/remove) on the node local topology manager.

    * Authorizes a party to participant mapping change (add/remove) on the node local topology manager.

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  13. def authorizeVettedPackages(request: VettedPackagesAuthorization): Future[AuthorizationSuccess]

    * Authorizes a new package vetting transaction

    * Authorizes a new package vetting transaction

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  14. def build(channel: Channel, options: CallOptions): TopologyManagerWriteServiceStub
    Definition Classes
    TopologyManagerWriteServiceStub → AbstractStub
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  19. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def serviceCompanion: ServiceCompanion[TopologyManagerWriteService]
    Definition Classes
    TopologyManagerWriteService → AbstractService
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def withCallCredentials(arg0: CallCredentials): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  33. final def withCompression(arg0: String): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  34. final def withDeadline(arg0: Deadline): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  35. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  36. final def withExecutor(arg0: Executor): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  37. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  38. final def withMaxInboundMessageSize(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  39. final def withMaxOutboundMessageSize(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  40. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  41. final def withWaitForReady(): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  2. final def withChannel(arg0: Channel): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated @Deprecated
    Deprecated

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped