t
com.digitalasset.canton.participant.admin.v0.DomainConnectivityServiceGrpc
DomainConnectivityServiceBlockingClient
trait DomainConnectivityServiceBlockingClient extends AnyRef
* Domain connectivity service for adding and connecting to domains
The domain connectivity service allows to register to new domains and control the participants domain connections.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DomainConnectivityServiceBlockingClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def acceptAgreement(request: AcceptAgreementRequest): AcceptAgreementResponse
Accept the agreement of the domain
- abstract def connectDomain(request: ConnectDomainRequest): ConnectDomainResponse
connect to a configured domain
- abstract def disconnectDomain(request: DisconnectDomainRequest): DisconnectDomainResponse
disconnect from a configured domain
- abstract def getAgreement(request: GetAgreementRequest): GetAgreementResponse
Get the service agreement for the domain
- abstract def getDomainId(request: GetDomainIdRequest): GetDomainIdResponse
Get the domain id of the given domain alias
- abstract def listConfiguredDomains(request: ListConfiguredDomainsRequest): ListConfiguredDomainsResponse
list configured domains
- abstract def listConnectedDomains(request: ListConnectedDomainsRequest): ListConnectedDomainsResponse
list connected domains
- abstract def modifyDomain(request: ModifyDomainRequest): ModifyDomainResponse
reconfigure a domain connection
- abstract def reconnectDomains(request: ReconnectDomainsRequest): ReconnectDomainsResponse
reconnect to domains
- abstract def registerDomain(request: RegisterDomainRequest): RegisterDomainResponse
configure a new domain connection
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def serviceCompanion: ServiceCompanion[DomainConnectivityService]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])