SimpleWaitPlan

data class SimpleWaitPlan(val waitCommandId: String, val target: WaitTarget, val supportVoidCommand: Boolean = false) : WaitPlan

Constructors

Link copied to clipboard
constructor(waitCommandId: String, target: WaitTarget, supportVoidCommand: Boolean = false)

Properties

Link copied to clipboard
open override val supportVoidCommand: Boolean
Link copied to clipboard
open override val target: WaitTarget
Link copied to clipboard
open override 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
open fun propagate(commandWaitEndpoint: CommandWaitEndpoint, header: Header)