Soil
Toggle table of contents
1.0.0-alpha11
common
Platform filter
common
Switch theme
Search in API
Soil
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.