ProtocolQuerySpec

data class ProtocolQuerySpec(val id: String, val commandType: CommandType, val value: Any = Unit, val initialDelayMs: Long = 0, val intervalMs: Long = 0, val responseTimeoutMs: Long = 1500, val maxRetries: Int = 2, val retryBackoffMs: Long = 500)(source)

Constructors

Link copied to clipboard
constructor(id: String, commandType: CommandType, value: Any = Unit, initialDelayMs: Long = 0, intervalMs: Long = 0, responseTimeoutMs: Long = 1500, maxRetries: Int = 2, retryBackoffMs: Long = 500)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Any