TracingLocalStateEventBus
class TracingLocalStateEventBus(val delegate: LocalStateEventBus, val producerInstrumenter: Instrumenter<StateEvent<*>, Unit> = StateEventProducerInstrumenter.INSTRUMENTER) : TracingMessageBus<StateEvent<*>, StateEventExchange<*>, LocalStateEventBus> , LocalStateEventBus
Constructors
Link copied to clipboard
constructor(delegate: LocalStateEventBus, producerInstrumenter: Instrumenter<StateEvent<*>, Unit> = StateEventProducerInstrumenter.INSTRUMENTER)
Functions
Link copied to clipboard
Link copied to clipboard
open override fun receiver(subscription: MessageSubscription): MessageReceiver<StateEventExchange<*>>
Link copied to clipboard
open override fun runtimeReceiver(subscription: MessageSubscription): MessageReceiver<StateEventExchange<*>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard