setRetries

abstract fun setRetries(retries: Int, retryInterval: Long)

Sets the number of retries and the interval between retries for the streaming process.

Parameters

retries

The number of retries.

retryInterval

The interval between retries in milliseconds.