WaitStrategy

data class WaitStrategy(val waitStage: CommandStage = CommandStage.PROCESSED, val waitContext: String? = null, val waitProcessor: String? = null, val waitTimeout: Long? = null)

Constructors

Link copied to clipboard
constructor(waitStage: CommandStage = CommandStage.PROCESSED, waitContext: String? = null, waitProcessor: String? = null, waitTimeout: Long? = null)

Properties

Link copied to clipboard
val waitContext: String? = null
Link copied to clipboard
val waitProcessor: String? = null
Link copied to clipboard
Link copied to clipboard
val waitTimeout: Long? = null