toggle menu
soil
1.0.0-alpha07
common
switch theme
search in API
soil-query-core
/
soil.query.core
/
RetryCallback
Retry
Callback
typealias
RetryCallback
=
(
err
:
Throwable
,
attempt
:
Int
,
nextBackOff
:
Duration
)
->
Unit
Callback function to notify the execution of retry logic.