HandleRetry

data class HandleRetry(val strategy: LongPolling.HandleRetryStrategy = HandleRetryStrategy.TIMEOUT_ONLY, val delayMillis: Long = 5000)(source)

Constructors

Link copied to clipboard
constructor(strategy: LongPolling.HandleRetryStrategy = HandleRetryStrategy.TIMEOUT_ONLY, delayMillis: Long = 5000)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delayMillis: Long = 5000
Link copied to clipboard