notify

abstract fun notify(commandWaitEndpoint: String, waitSignal: WaitSignal): Mono<Void>

Sends a wait signal notification to the specified command wait endpoint.

Return

A Mono that completes when the notification is sent.

Parameters

commandWaitEndpoint

The endpoint address to notify.

waitSignal

The signal containing processing result information.