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)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun runtimeReceiver(subscription: MessageSubscription): MessageReceiver<EventStreamExchange>
Link copied to clipboard
Link copied to clipboard