notifyAndForget

open fun notifyAndForget(commandWaitEndpoint: String, waitSignal: WaitSignal)

Sends a wait signal notification asynchronously without waiting for completion. Uses bounded elastic scheduler to avoid blocking the calling thread.

Parameters

commandWaitEndpoint

The endpoint address to notify.

waitSignal

The signal containing processing result information.