@morojs/moro / withRetry
Function: withRetry()
withRetry<
T
>(maxRetries
,delay
): (factory
) =>ServiceFactory
<T
>
Defined in: src/core/utilities/container.ts:110
Type Parameters
T
T
Parameters
maxRetries
number
= 3
delay
number
= 1000
Returns
(
factory
):ServiceFactory
<T
>
Parameters
factory
ServiceFactory
<T
>
Returns
ServiceFactory
<T
>