TracingDistributedCommandBus

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

Constructors

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

Properties

Link copied to clipboard
open override val delegate: DistributedCommandBus
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>