class TrafficControlProcessor extends UnsignedProtocolEventHandler with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrafficControlProcessor
  2. NamedLogging
  3. ApplicationHandler
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TrafficControlProcessor(cryptoApi: SynchronizerCryptoClient, synchronizerId: SynchronizerId, maxFromStoreO: => Option[CantonTimestamp], loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

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 andThen[A](g: (HandlerResult) => A): (BoxedEnvelope[UnsignedEnvelopeBox, DefaultOpenEnvelope]) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(tracedBatch: BoxedEnvelope[UnsignedEnvelopeBox, DefaultOpenEnvelope]): HandlerResult
    Definition Classes
    TrafficControlProcessor → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def combineWith[Box2[+X <: Envelope[_]] <: UnsignedEnvelopeBox[X], Env2 <: DefaultOpenEnvelope](other: ApplicationHandler[Box2, Env2])(implicit ec: ExecutionContext): ApplicationHandler[Box2, Env2]

    Run the other ApplicationHandler after this.

    Run the other ApplicationHandler after this.

    Definition Classes
    ApplicationHandler
  9. def compose[A](g: (A) => BoxedEnvelope[UnsignedEnvelopeBox, DefaultOpenEnvelope]): (A) => HandlerResult
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    TrafficControlProcessorNamedLogging
  18. val name: String

    Human-readable name of the application handler for logging and debugging

    Human-readable name of the application handler for logging and debugging

    Definition Classes
    TrafficControlProcessorApplicationHandler
  19. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def processSetTrafficPurchasedEnvelopes(ts: CantonTimestamp, topologyTimestampO: Option[CantonTimestamp], envelopes: Seq[OpenEnvelope[ProtocolMessage]])(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
  25. def replace[Box2[+_ <: Envelope[_]], Env2 <: Envelope[_]](f: (BoxedEnvelope[Box2, Env2]) => HandlerResult): ApplicationHandler[Box2, Env2]

    Replaces the application handler's processing with f and leaves the subscriptionStartsAt logic and the name the same.

    Replaces the application handler's processing with f and leaves the subscriptionStartsAt logic and the name the same.

    Definition Classes
    ApplicationHandler
  26. def subscribe(subscriber: TrafficControlSubscriber): Unit
  27. def subscriptionStartsAt(start: SubscriptionStart, synchronizerTimeTracker: SynchronizerTimeTracker)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]

    Called by the com.digitalasset.canton.sequencing.client.SequencerClient before the start of a subscription.

    Called by the com.digitalasset.canton.sequencing.client.SequencerClient before the start of a subscription.

    synchronizerTimeTracker

    The synchronizer time tracker that listens to this application handler's subscription

    Definition Classes
    TrafficControlProcessorApplicationHandler
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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)

Ungrouped