notify

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

Notifies local wait strategies if the signal belongs to this JVM instance. Uses the wait strategy registrar to forward signals to waiting clients.

Return

A Mono that completes after attempting local notification.

Parameters

commandWaitEndpoint

The endpoint (ignored for local notifications).

waitSignal

The signal to forward to local wait strategies.