MonoCommandWaitNotifier

constructor(commandWaitNotifier: CommandWaitNotifier, processingStage: CommandStage, messageExchange: E, source: Mono<Void>)

Parameters

E

The type of message exchange.

M

The type of message in the exchange.

commandWaitNotifier

The notifier used to send wait signals.

processingStage

The command processing stage being notified.

messageExchange

The message exchange containing processing context.

source

The original Mono operation to wrap.