com.digitalasset.canton.admin.participant.v30
SynchronizerConnectionConfig
Companion object SynchronizerConnectionConfig
final case class SynchronizerConnectionConfig(synchronizerAlias: String, sequencerConnections: Option[SequencerConnections], manualConnect: Boolean, synchronizerId: String, priority: Int, initialRetryDelay: Option[Duration], maxRetryDelay: Option[Duration], timeTracker: Option[SynchronizerTimeTrackerConfig], initializeFromTrustedSynchronizer: Boolean) extends GeneratedMessage with Updatable[SynchronizerConnectionConfig] with Product with Serializable
- synchronizerAlias
participant local identifier of the target synchronizer
- sequencerConnections
connection information to sequencers
- manualConnect
if false, then the synchronizer needs to be manually connected to (default false)
- synchronizerId
optional synchronizer id (if TLS isn't to be trusted)
- priority
optional. Influences whether the participant submits to this synchronizer, if several synchronizers 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 synchronizer
- initializeFromTrustedSynchronizer
If true, allows a participant to connect to a synchronizer that it was previously connected to, without issuing a new synchronizer trust certificate.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- SynchronizerConnectionConfig
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SynchronizerConnectionConfig(synchronizerAlias: String, sequencerConnections: Option[SequencerConnections], manualConnect: Boolean, synchronizerId: String, priority: Int, initialRetryDelay: Option[Duration], maxRetryDelay: Option[Duration], timeTracker: Option[SynchronizerTimeTrackerConfig], initializeFromTrustedSynchronizer: Boolean)
- synchronizerAlias
participant local identifier of the target synchronizer
- sequencerConnections
connection information to sequencers
- manualConnect
if false, then the synchronizer needs to be manually connected to (default false)
- synchronizerId
optional synchronizer id (if TLS isn't to be trusted)
- priority
optional. Influences whether the participant submits to this synchronizer, if several synchronizers 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 synchronizer
- initializeFromTrustedSynchronizer
If true, allows a participant to connect to a synchronizer that it was previously connected to, without issuing a new synchronizer trust certificate.
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: SynchronizerConnectionConfig
- def clearMaxRetryDelay: SynchronizerConnectionConfig
- def clearSequencerConnections: SynchronizerConnectionConfig
- def clearTimeTracker: SynchronizerConnectionConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SynchronizerConnectionConfig.type
- Definition Classes
- SynchronizerConnectionConfig → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SynchronizerConnectionConfig → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SynchronizerConnectionConfig → GeneratedMessage
- def getInitialRetryDelay: Duration
- def getMaxRetryDelay: Duration
- def getSequencerConnections: SequencerConnections
- def getTimeTracker: SynchronizerTimeTrackerConfig
- val initialRetryDelay: Option[Duration]
- val initializeFromTrustedSynchronizer: Boolean
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val priority: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sequencerConnections: Option[SequencerConnections]
- def serializedSize: Int
- Definition Classes
- SynchronizerConnectionConfig → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerAlias: String
- val synchronizerId: String
- val timeTracker: Option[SynchronizerTimeTrackerConfig]
- 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
- SynchronizerConnectionConfig → GeneratedMessage
- def update(ms: (Lens[SynchronizerConnectionConfig, SynchronizerConnectionConfig]) => Mutation[SynchronizerConnectionConfig]*): SynchronizerConnectionConfig
- 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 withInitialRetryDelay(__v: Duration): SynchronizerConnectionConfig
- def withInitializeFromTrustedSynchronizer(__v: Boolean): SynchronizerConnectionConfig
- def withManualConnect(__v: Boolean): SynchronizerConnectionConfig
- def withMaxRetryDelay(__v: Duration): SynchronizerConnectionConfig
- def withPriority(__v: Int): SynchronizerConnectionConfig
- def withSequencerConnections(__v: SequencerConnections): SynchronizerConnectionConfig
- def withSynchronizerAlias(__v: String): SynchronizerConnectionConfig
- def withSynchronizerId(__v: String): SynchronizerConnectionConfig
- def withTimeTracker(__v: SynchronizerTimeTrackerConfig): SynchronizerConnectionConfig
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SynchronizerConnectionConfig → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage