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)

Properties

Link copied to clipboard
open override val delegate: LocalStateEventBus
Link copied to clipboard
open override val producerInstrumenter: Instrumenter<StateEvent<*>, Unit>

Functions

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