Package-level declarations

Types

Link copied to clipboard
fun interface CtxDelayProvider<TContext>

A delay provider executes the actual waiting period, in contrast to a CtxDelayStrategy, which only determines the delay duration. This provider can be used to implement custom delay logic with optional state between attempts. See DelayProvider for a context-agnostic version.

Link copied to clipboard
fun interface DelayProvider

A delay provider executes the actual waiting period, in contrast to a DelayStrategy, which only determines the delay duration. This provider can be used to implement custom delay logic with optional state between attempts. See CtxDelayProvider for a context-aware version.