open class FixedIntervalReconnectStrategy : ReconnectStrategy
A simple strategy for making reconnect attempts at a fixed interval.
Author
Rossen Stoyanchev
Since
4.0
FixedIntervalReconnectStrategy(interval: Long) |
open fun getTimeToNextAttempt(attemptCount: Int): Long |