Relativity.DataExchange.Service.RetryableErrorsRetryPolicyFactory
namespace Relativity.DataExchange.Service
{
public class RetryableErrorsRetryPolicyFactory : IKeplerRetryPolicyFactory
{
public RetryableErrorsRetryPolicyFactory(IAppSettings settings, ILog logger);
public RetryableErrorsRetryPolicyFactory(IAppSettings settings, ILog logger, Action<Exception, TimeSpan, int, Context> onRetry);
public IAsyncPolicy CreateRetryPolicy();
public IAsyncPolicy<T> CreateRetryPolicy<T>();
}
}