TracingLocalCommandBus

class TracingLocalCommandBus(val delegate: LocalCommandBus, val producerInstrumenter: Instrumenter<CommandMessage<*>, Unit> = CommandProducerInstrumenter.INSTRUMENTER) : TracingMessageBus<CommandMessage<*>, ServerCommandExchange<*>, LocalCommandBus> , LocalCommandBus

Constructors

Link copied to clipboard
constructor(delegate: LocalCommandBus, producerInstrumenter: Instrumenter<CommandMessage<*>, Unit> = CommandProducerInstrumenter.INSTRUMENTER)

Properties

Link copied to clipboard
open override val delegate: LocalCommandBus
Link copied to clipboard
open override val producerInstrumenter: Instrumenter<CommandMessage<*>, 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<ServerCommandExchange<*>>
Link copied to clipboard
open override fun send(message: CommandMessage<*>): Mono<Void>
Link copied to clipboard