<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

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>(); } }