RetryPluginConfig
constructor(retryConfig: RetryConfig, modifyRequestOnRetry: ModifyRequestOnRetry, retryOnCallPredicate: RetryOnCallPredicate)(source)
Parameters
retryConfig
The configuration for the Kresil Retry mechanism.
modifyRequestOnRetry
A function that modifies the request before each retry.
retryOnCallPredicate
A predicate that determines whether a call should be retried after it has been issued.