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>

Functions

Link copied to clipboard
open override fun sendIfSubscribed(message: CommandMessage<*>): Mono<Boolean>
Link copied to clipboard
open override fun subscriberCount(namedAggregate: NamedAggregate): Int