TracingDistributedEventBus

class TracingDistributedEventBus(val delegate: DistributedDomainEventBus, val producerInstrumenter: Instrumenter<DomainEventStream, Unit> = EventProducerInstrumenter.INSTRUMENTER) : TracingMessageBus<DomainEventStream, EventStreamExchange, DistributedDomainEventBus> , DistributedDomainEventBus

Constructors

Link copied to clipboard
constructor(delegate: DistributedDomainEventBus, producerInstrumenter: Instrumenter<DomainEventStream, Unit> = EventProducerInstrumenter.INSTRUMENTER)

Properties

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