com.digitalasset.canton.admin.api.client.commands.EnterpriseMediatorAdministrationCommands
Initialize
final case class Initialize(domainId: DomainId, mediatorId: MediatorId, topologyState: Option[StoredTopologyTransactions[Positive]], domainParameters: StaticDomainParameters, sequencerConnections: SequencerConnections, signingKeyFingerprint: Option[Fingerprint]) extends BaseMediatorInitializationCommand[InitializeMediatorRequest, InitializeMediatorResponse, PublicKey] with Product with Serializable
- Alphabetic
- By Inheritance
- Initialize
- Serializable
- Product
- Equals
- BaseMediatorInitializationCommand
- GrpcAdminCommand
- AdminCommand
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Initialize(domainId: DomainId, mediatorId: MediatorId, topologyState: Option[StoredTopologyTransactions[Positive]], domainParameters: StaticDomainParameters, sequencerConnections: SequencerConnections, signingKeyFingerprint: Option[Fingerprint])
Type Members
- type Svc = MediatorInitializationServiceStub
- Definition Classes
- BaseMediatorInitializationCommand → GrpcAdminCommand
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()
- def createRequest(): Either[String, InitializeMediatorRequest]
Create the request from configured options
Create the request from configured options
- Definition Classes
- Initialize → AdminCommand
- def createService(channel: ManagedChannel): MediatorInitializationServiceStub
Create the GRPC service to call
Create the GRPC service to call
- Definition Classes
- BaseMediatorInitializationCommand → GrpcAdminCommand
- val domainId: DomainId
- val domainParameters: StaticDomainParameters
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fullName: String
Command's full name used to identify command in logging and span reporting
Command's full name used to identify command in logging and span reporting
- Definition Classes
- AdminCommand
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def handleResponse(response: InitializeMediatorResponse): Either[String, PublicKey]
Handle the response the service has provided
Handle the response the service has provided
- Definition Classes
- Initialize → AdminCommand
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mediatorId: MediatorId
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val sequencerConnections: SequencerConnections
- val signingKeyFingerprint: Option[Fingerprint]
- def submitRequest(service: MediatorInitializationServiceStub, request: InitializeMediatorRequest): Future[InitializeMediatorResponse]
Submit the created request to our service
Submit the created request to our service
- Definition Classes
- Initialize → GrpcAdminCommand
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeoutType: TimeoutType
Determines within which time frame the request should complete
Determines within which time frame the request should complete
Some requests can run for a very long time. In this case, they should be "unbounded". For other requests, you will want to set a custom timeout apart from the global default bounded timeout
- Definition Classes
- AdminCommand
- val topologyState: Option[StoredTopologyTransactions[Positive]]
- 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])