TracingLocalEventBus
class TracingLocalEventBus(val delegate: LocalDomainEventBus, val producerInstrumenter: Instrumenter<DomainEventStream, Unit> = EventProducerInstrumenter.INSTRUMENTER) : TracingMessageBus<DomainEventStream, EventStreamExchange, LocalDomainEventBus> , LocalDomainEventBus
Constructors
Link copied to clipboard
constructor(delegate: LocalDomainEventBus, 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
Link copied to clipboard
Link copied to clipboard