customProvider
A delay strategy that uses a custom delay provider, which extends the behaviour of a DelayStrategy, by allowing external control of the delay execution with optional state.
fun <TContext> customProvider(provider: CtxDelayProvider<TContext>): CtxDelayStrategy<TContext>(source)
A delay strategy that uses a custom delay provider, which extends the behaviour of a CtxDelayStrategy, by allowing external control of the delay execution with optional state.
Parameters
provider
The custom delay provider to use.