object Sequencer extends HasLoggerName
- Alphabetic
- By Inheritance
- Sequencer
- HasLoggerName
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type RegisterError = SequencerWriteError[RegisterMemberError]
- type SenderSigned[A <: HasCryptographicEvidence] = SignedContent[A]
Type alias for a content that is signed by the sender (as in, whoever sent the SubmissionRequest to the sequencer).
Type alias for a content that is signed by the sender (as in, whoever sent the SubmissionRequest to the sequencer). Note that the sequencer itself can be the "sender": for instance when processing balance updates for traffic control, the sequencer will craft a SetTrafficPurchased protocol message and sign it as the "sender".
- type SequencedEventSource = Source[SequencedEventOrError, (KillSwitch, FutureUnlessShutdown[Done])]
The materialized future completes when all internal side-flows of the source have completed after the kill switch was pulled.
The materialized future completes when all internal side-flows of the source have completed after the kill switch was pulled. Termination of the main flow must be awaited separately.
- type SignedSubmissionRequest = SignedContent[SubmissionRequest]
An ordering request wraps a sender-signed submission request, adding the receiving Sequencer ID.
An ordering request wraps a sender-signed submission request, adding the receiving Sequencer ID.
┌─────────────────┐ ┌────────────┐ │SenderSigned │ │Sequencer │ ┌─────────────────┐ │ ┌──────────────┤ │ │ pass to │Sender │signs │ │Submission │sends │ │ ordering │(e.g participant)├───────►│ │Request ├──────►│ │──────────► └─────────────────┘ └──┴──────────────┘ └────────────┘
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
- implicit def errorLoggingContextFromNamedLoggingContext(implicit loggingContext: NamedLoggingContext): ErrorLoggingContext
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
- Attributes
- protected
- Definition Classes
- HasLoggerName
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val healthName: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def loggerNameFromThisClass: LoggerNameFromClass
- Attributes
- protected
- Definition Classes
- HasLoggerName
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])