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)

Properties

Link copied to clipboard
open override val delegate: LocalDomainEventBus
Link copied to clipboard
open override val producerInstrumenter: Instrumenter<DomainEventStream, Unit>
Link copied to clipboard
open override val topicKind: TopicKind

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun receive(namedAggregates: Set<NamedAggregate>): Flux<EventStreamExchange>
Link copied to clipboard
open override fun send(message: DomainEventStream): Mono<Void>
Link copied to clipboard