class Constant
A reconnection policy that returns a constant reconnection interval
Inherits
Methods
self.
new
(interval)Returns a new instance of Constant
schedule
Returns reconnection schedule with constant interval
A reconnection policy that returns a constant reconnection interval
Returns a new instance of Constant
Name | Type | Details |
---|---|---|
interval | Numeric |
reconnection interval (in seconds) |
Returns reconnection schedule with constant interval
Type | Details |
---|---|
Reconnection::Schedule |
reconnection schedule with constant interval |