kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.http
/
Retry
Retry
data
class
Retry
(
val
attempts
:
Int
,
val
maxDelay
:
Duration
)
(
source
)
Members
Constructors
Retry
Link copied to clipboard
constructor
(
attempts
:
Int
,
maxDelay
:
Duration
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
max
Delay
Link copied to clipboard
val
maxDelay
:
Duration