criollo-kmp-foundation
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
criollo-kmp-foundation
runtime
/
io.github.jdbenitez94.criollo.kmp.foundation.runtime
/
RetryPolicy
/
copy
copy
fun
copy
(
maxAttempts
:
Int
=
this.maxAttempts
,
initialBackoff
:
Duration
=
this.initialBackoff
,
maxBackoff
:
Duration
=
this.maxBackoff
,
jitterFactor
:
Double
=
this.jitterFactor
,
shouldRetry
:
(
Exception
)
->
Boolean
=
this.shouldRetry
)
:
RetryPolicy