trait MessageDispatcher extends AnyRef

Dispatches the incoming messages of the com.digitalasset.canton.sequencing.client.SequencerClient to the different processors. It also informs the conflictdetection.RequestTracker about the passing of time for messages that are not processed by the TransactionProcessor.

Self Type
MessageDispatcher with NamedLogging
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageDispatcher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type ProcessingAsyncResult
    Attributes
    protected
  2. type ProcessingResult = FutureUnlessShutdown[(MessageDispatcher.this)#ProcessingAsyncResult]
    Attributes
    protected

Abstract Value Members

  1. abstract def acsCommitmentProcessor: ProcessorType
    Attributes
    protected
  2. abstract def badRootHashMessagesRequestProcessor: BadRootHashMessagesRequestProcessor
    Attributes
    protected
  3. abstract def doProcess(kind: MessageKind): (MessageDispatcher.this)#ProcessingResult
    Attributes
    protected
  4. implicit abstract val ec: ExecutionContext
    Attributes
    protected
  5. abstract def handleAll(events: Traced[Seq[WithOpeningErrors[PossiblyIgnoredProtocolEvent]]]): HandlerResult
  6. abstract def inFlightSubmissionSynchronizerTracker: InFlightSubmissionSynchronizerTracker
    Attributes
    protected
  7. abstract def metrics: ConnectedSynchronizerMetrics
    Attributes
    protected
  8. abstract def participantId: ParticipantId
    Attributes
    protected
  9. implicit abstract def processingAsyncResultMonoid: Monoid[(MessageDispatcher.this)#ProcessingAsyncResult]
    Attributes
    protected
  10. abstract def protocolVersion: ProtocolVersion
    Attributes
    protected
  11. abstract def recordOrderPublisher: RecordOrderPublisher
    Attributes
    protected
  12. abstract def requestCounterAllocator: RequestCounterAllocator
    Attributes
    protected
  13. abstract def requestProcessors: RequestProcessors
    Attributes
    protected
  14. abstract def requestTracker: RequestTracker
    Attributes
    protected
  15. abstract def synchronizerId: SynchronizerId
    Attributes
    protected
  16. abstract def topologyProcessor: ParticipantTopologyProcessor
    Attributes
    protected
  17. abstract def trafficProcessor: TrafficControlProcessor
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alarm(sc: SequencerCounter, ts: CantonTimestamp, msg: String)(implicit traceContext: TraceContext): Unit
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkSingleRootHashMessage(rootHashMessages: Seq[OpenEnvelope[RootHashMessage[SerializedRootHashMessagePayload]]], hasEncryptedViews: Boolean): Checked[FailedRootHashMessageCheck, String, OpenEnvelope[RootHashMessage[SerializedRootHashMessagePayload]]]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def filterBatchForSynchronizerId(batch: Batch[DefaultOpenEnvelope], sc: SequencerCounter, ts: CantonTimestamp)(implicit traceContext: TraceContext): Seq[DefaultOpenEnvelope]
    Attributes
    protected
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def logDeliveryError(sc: SequencerCounter, ts: CantonTimestamp, msgId: MessageId, status: Status)(implicit traceContext: TraceContext): Unit
    Attributes
    protected
  15. def logEvent(sc: SequencerCounter, ts: CantonTimestamp, msgId: Option[MessageId], evt: SignedContent[SequencedEvent[DefaultOpenEnvelope]])(implicit traceContext: TraceContext): Unit
    Attributes
    protected
  16. def logFaultyEvent(sc: SequencerCounter, ts: CantonTimestamp, msgId: Option[MessageId], err: WithOpeningErrors[SequencedEvent[DefaultOpenEnvelope]])(implicit traceContext: TraceContext): Unit
    Attributes
    protected
  17. def logTimeProof(sc: SequencerCounter, ts: CantonTimestamp)(implicit traceContext: TraceContext): Unit
    Attributes
    protected
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. def observeDeliverError(error: DeliverError)(implicit traceContext: TraceContext): (MessageDispatcher.this)#ProcessingResult
    Attributes
    protected
  22. def observeSequencing(events: Seq[RawProtocolEvent])(implicit traceContext: TraceContext): (MessageDispatcher.this)#ProcessingResult
    Attributes
    protected
  23. def processBatch(sequencerCounter: SequencerCounter, eventE: WithOpeningErrors[SignedContent[Deliver[DefaultOpenEnvelope]]])(implicit traceContext: TraceContext): (MessageDispatcher.this)#ProcessingResult

    Rules for processing batches of envelopes:

    Rules for processing batches of envelopes:

    Attributes
    protected
  24. def processTopologyTransactions(sc: SequencerCounter, ts: SequencedTime, topologyTimestampO: Option[CantonTimestamp], envelopes: Seq[DefaultOpenEnvelope])(implicit traceContext: TraceContext): (MessageDispatcher.this)#ProcessingResult
    Attributes
    protected
  25. def processTraffic(ts: CantonTimestamp, timestampOfSigningKeyO: Option[CantonTimestamp], envelopes: Seq[DefaultOpenEnvelope])(implicit traceContext: TraceContext): (MessageDispatcher.this)#ProcessingResult
    Attributes
    protected
  26. def pureProcessingResult: (MessageDispatcher.this)#ProcessingResult
    Attributes
    protected
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped