ExchangeTraceMono

class ExchangeTraceMono<T : MessageExchange<*, *>>(parentContext: Context, instrumenter: Instrumenter<T, Unit>, request: T, source: Mono<Void>) : Mono<Void>

Constructors

Link copied to clipboard
constructor(parentContext: Context, instrumenter: Instrumenter<T, Unit>, request: T, source: Mono<Void>)

Functions

Link copied to clipboard
open override fun subscribe(actual: CoreSubscriber<in Void>)