shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.utils
/
RetryPolicy
/
RetryPolicy
Retry
Policy
constructor
(
maxRetries
:
Int
=
3
,
baseDelayMillis
:
Long
=
500
,
maxDelayMillis
:
Long
,
backoffMultiplier
:
Double
=
2.0
,
jitterMillis
:
Long
=
0
,
retryStatusCodes
:
Set
<
Int
>
=
setOf(429, 500, 502, 503, 504)
,
respectRetryAfterHeader
:
Boolean
=
true
)