meshtastic-sdk
Toggle table of contents
0.1.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
meshtastic-sdk
core
/
org.meshtastic.sdk
/
RetryPolicy
/
ExponentialBackoff
/
ExponentialBackoff
Exponential
Backoff
constructor
(
maxAttempts
:
Int
=
5
,
initialDelay
:
Duration
=
2.seconds
,
maxDelay
:
Duration
=
60.seconds
,
multiplier
:
Double
=
2.0
,
jitterFactor
:
Double
=
0.2
)
(
source
)