Volvo Kotlin API
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Volvo Kotlin API
volvo-api-core
/
com.github.ayastrebov.volvo.api.core
/
RetryStrategy
/
RetryStrategy
Retry
Strategy
constructor
(
maxRetries
:
Int
=
3
,
base
:
Double
=
2.0
,
maxDelay
:
Duration
=
60.seconds
,
retryOnStatusCodes
:
Set
<
Int
>
=
setOf(429, 502, 503, 504)
)
(
source
)