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)