com.digitalasset.canton.participant.admin.v0
DomainConnectionConfig
Companion object DomainConnectionConfig
final case class DomainConnectionConfig(domainAlias: String, sequencerConnection: Option[SequencerConnection], manualConnect: Boolean, domainId: String, priority: Int, initialRetryDelay: Option[Duration], maxRetryDelay: Option[Duration], timeTracker: Option[DomainTimeTrackerConfig]) extends GeneratedMessage with Updatable[DomainConnectionConfig] with Product with Serializable
- domainAlias
participant local identifier of the target domain
- sequencerConnection
connection information to sequencer
- manualConnect
if false, then domain needs to be manually connected to (default false)
- domainId
optional domainId (if TLS isn't to be trusted)
- priority
optional. Influences whether the participant submits to this domain, if several domains are eligible
- initialRetryDelay
initial delay before an attempt to reconnect to the sequencer
- maxRetryDelay
maximum delay before an attempt to reconnect to the sequencer
- timeTracker
configuration for how time is tracked and requested on this domain
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- DomainConnectionConfig
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DomainConnectionConfig(domainAlias: String, sequencerConnection: Option[SequencerConnection], manualConnect: Boolean, domainId: String, priority: Int, initialRetryDelay: Option[Duration], maxRetryDelay: Option[Duration], timeTracker: Option[DomainTimeTrackerConfig])
- domainAlias
participant local identifier of the target domain
- sequencerConnection
connection information to sequencer
- manualConnect
if false, then domain needs to be manually connected to (default false)
- domainId
optional domainId (if TLS isn't to be trusted)
- priority
optional. Influences whether the participant submits to this domain, if several domains are eligible
- initialRetryDelay
initial delay before an attempt to reconnect to the sequencer
- maxRetryDelay
maximum delay before an attempt to reconnect to the sequencer
- timeTracker
configuration for how time is tracked and requested on this domain
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 clearInitialRetryDelay: DomainConnectionConfig
- def clearMaxRetryDelay: DomainConnectionConfig
- def clearSequencerConnection: DomainConnectionConfig
- def clearTimeTracker: DomainConnectionConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: DomainConnectionConfig.type
- Definition Classes
- DomainConnectionConfig → GeneratedMessage
- val domainAlias: String
- val domainId: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DomainConnectionConfig → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DomainConnectionConfig → GeneratedMessage
- def getInitialRetryDelay: Duration
- def getMaxRetryDelay: Duration
- def getSequencerConnection: SequencerConnection
- def getTimeTracker: DomainTimeTrackerConfig
- val initialRetryDelay: Option[Duration]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val manualConnect: Boolean
- val maxRetryDelay: Option[Duration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val priority: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sequencerConnection: Option[SequencerConnection]
- def serializedSize: Int
- Definition Classes
- DomainConnectionConfig → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeTracker: Option[DomainTimeTrackerConfig]
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- DomainConnectionConfig → GeneratedMessage
- def update(ms: (Lens[DomainConnectionConfig, DomainConnectionConfig]) => Mutation[DomainConnectionConfig]*): DomainConnectionConfig
- Definition Classes
- Updatable
- 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])
- def withDomainAlias(__v: String): DomainConnectionConfig
- def withDomainId(__v: String): DomainConnectionConfig
- def withInitialRetryDelay(__v: Duration): DomainConnectionConfig
- def withManualConnect(__v: Boolean): DomainConnectionConfig
- def withMaxRetryDelay(__v: Duration): DomainConnectionConfig
- def withPriority(__v: Int): DomainConnectionConfig
- def withSequencerConnection(__v: SequencerConnection): DomainConnectionConfig
- def withTimeTracker(__v: DomainTimeTrackerConfig): DomainConnectionConfig
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DomainConnectionConfig → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage