pollingengine
Toggle table of contents
0.1.4
common
Platform filter
common
Switch theme
Search in API
pollingengine
pollingengine
/
in.androidplay.pollingengine.polling
/
BackoffPolicy
/
BackoffPolicy
Backoff
Policy
constructor
(
initialDelayMs
:
Long
=
500
,
maxDelayMs
:
Long
,
multiplier
:
Double
=
2.0
,
jitterRatio
:
Double
=
0.2
,
maxAttempts
:
Int
=
8
,
overallTimeoutMs
:
Long
,
perAttemptTimeoutMs
:
Long
?
=
null
,
random
:
Random
=
Random.Default
)