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)
Functions
Link copied to clipboard
Link copied to clipboard
open override fun receiver(subscription: MessageSubscription): MessageReceiver<ServerCommandExchange<*>>
Link copied to clipboard
open override fun runtimeReceiver(subscription: MessageSubscription): MessageReceiver<ServerCommandExchange<*>>
Link copied to clipboard
Link copied to clipboard