onAttempt

fun onAttempt(hook: (attempt: Int, delayMs: Long?) -> Unit): PollingConfigBuilder<T>

Hook invoked before each attempt is executed, providing the attempt index and the computed delay for the upcoming attempt (null for immediate).