sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
sdk-api-kotlin
/
dev.restate.sdk.kotlin
/
RetryPolicy
/
RetryPolicy
Retry
Policy
constructor
(
initialDelay
:
Duration
,
exponentiationFactor
:
Float
,
maxDelay
:
Duration
?
=
null
,
maxAttempts
:
Int
?
=
null
,
maxDuration
:
Duration
?
=
null
)