onEvent

open suspend override fun onEvent(action: suspend (RetryEvent) -> Unit): Job(source)

Executes the given action when a retry event occurs. This function can be used to listen to all retry events.

See also