Type Alias RetryCallbacks<TParameters, TContext>

RetryCallbacks: {
    onExecutionAttempt?: OnExecutionAttempt<TParameters, TContext>;
    onRetryDelay?: OnRetryDelay<TParameters, TContext>;
}

IMPORT_PATH: "@daiso-tech/core/async"

Type Parameters

Type declaration