TracingDistributedStateEventBus

class TracingDistributedStateEventBus(val delegate: DistributedStateEventBus, val producerInstrumenter: Instrumenter<StateEvent<*>, Unit> = StateEventProducerInstrumenter.INSTRUMENTER) : TracingMessageBus<StateEvent<*>, StateEventExchange<*>, DistributedStateEventBus> , DistributedStateEventBus

Constructors

Link copied to clipboard
constructor(delegate: DistributedStateEventBus, producerInstrumenter: Instrumenter<StateEvent<*>, Unit> = StateEventProducerInstrumenter.INSTRUMENTER)

Properties

Link copied to clipboard
Link copied to clipboard
open override val producerInstrumenter: Instrumenter<StateEvent<*>, Unit>