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>