o
com.digitalasset.canton.sequencing.InternalSequencerConnectionX
SequencerConnectionXState
Companion trait SequencerConnectionXState
object SequencerConnectionXState extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SequencerConnectionXState
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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]) @IntrinsicCandidate() @native()
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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])
- case object Fatal extends SequencerConnectionXState with Product with Serializable
The sequencer connection has stopped for a fatal reason.
The sequencer connection has stopped for a fatal reason. It should not be restarted.
- case object Initial extends SequencerConnectionXState with Product with Serializable
Initial state of the sequencer connection after creation.
- case object Started extends SequencerConnectionXState with Product with Serializable
The sequencer connection has started, but has not yet been validated.
- case object Starting extends SequencerConnectionXState with Product with Serializable
The sequencer connection is starting.
- case object Stopped extends SequencerConnectionXState with Product with Serializable
The sequencer connection has either not been started yet, or has stopped for a non-fatal reason.
The sequencer connection has either not been started yet, or has stopped for a non-fatal reason. (Re)starting it will possibly bring it back up.
- case object Stopping extends SequencerConnectionXState with Product with Serializable
The sequencer connection is stopping.
- case object Validated extends SequencerConnectionXState with Product with Serializable
The sequencer connection has been validated.