TaskBridgeRetryPolicy

fun interface TaskBridgeRetryPolicy

Policy for calculating the delay before the next retry attempt.

Inheritors

Functions

Link copied to clipboard
abstract fun nextDelayMs(attempt: Int): Long

Returns the delay in milliseconds for the given attempt number (0-based).