WaitLastHandle

Properties

Link copied to clipboard
abstract val plan: WaitPlan
Link copied to clipboard
abstract val waitCommandId: String

The unique identifier for the wait command. This ID is used to match wait plans with command processing results.

Functions

Link copied to clipboard
abstract fun await(): Mono<WaitSignal>

Awaits the final wait signal.

Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract fun error(throwable: Throwable)
Link copied to clipboard
abstract fun next(signal: WaitSignal): Boolean