o
com.digitalasset.canton.admin.participant.v30.RegisterSynchronizerRequest.SynchronizerConnection
SYNCHRONIZER_CONNECTION_HANDSHAKE
case object SYNCHRONIZER_CONNECTION_HANDSHAKE extends SynchronizerConnection with Recognized with Product with Serializable
Only performs the handshake with the sequencer (including fetching and persisting the static synchronizer parameters) but does not establish an active connection to the synchronizer. In that case the synchronizer connection will need to be performed subsequently. This is useful during major version upgrades where we need to locally initialize the synchronizer connection, but don't want to start processing contracts before we have imported the ACS.
- Annotations
 - @SerialVersionUID()
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- SYNCHRONIZER_CONNECTION_HANDSHAKE
 - Recognized
 - SynchronizerConnection
 - GeneratedEnum
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Type Members
-    type EnumType = SynchronizerConnection
- Definition Classes
 - SynchronizerConnection → GeneratedEnum
 
 -    type RecognizedType = Recognized
- Definition Classes
 - SynchronizerConnection → GeneratedEnum
 
 
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
 
 -   final  def asRecognized: Option[Recognized]
- Definition Classes
 - SynchronizerConnection → GeneratedEnum
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    def companion: GeneratedEnumCompanion[SynchronizerConnection]
- Definition Classes
 - SynchronizerConnection → GeneratedEnum
 
 -   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
 - @IntrinsicCandidate() @native()
 
 -    val index: Int
- Definition Classes
 - SYNCHRONIZER_CONNECTION_HANDSHAKE → GeneratedEnum
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def isSynchronizerConnectionHandshake: Boolean
- Definition Classes
 - SYNCHRONIZER_CONNECTION_HANDSHAKE → SynchronizerConnection
 
 -    def isSynchronizerConnectionNone: Boolean
- Definition Classes
 - SynchronizerConnection
 
 -    def isSynchronizerConnectionUnspecified: Boolean
- Definition Classes
 - SynchronizerConnection
 
 -    def isUnrecognized: Boolean
- Definition Classes
 - GeneratedEnum
 
 -    def javaValueDescriptor: EnumValueDescriptor
- Definition Classes
 - GeneratedEnum
 
 -    val name: String
- Definition Classes
 - SYNCHRONIZER_CONNECTION_HANDSHAKE → GeneratedEnum
 
 -   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()
 
 -    def productElementName(n: Int): String
- Definition Classes
 - Product
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def scalaValueDescriptor: EnumValueDescriptor
- Definition Classes
 - GeneratedEnum
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - GeneratedEnum → Any
 
 -    val value: Int
- Definition Classes
 - SynchronizerConnection → GeneratedEnum
 
 -   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])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])