MguRetryInterceptor constructor

const MguRetryInterceptor({
  1. int? retries,
  2. List<Duration>? retryDelays,
  3. RetryEvaluator? retryEvaluator,
  4. Set<int>? retryableExtraStatuses,
})

Implementation

const MguRetryInterceptor({
  this.retries,
  this.retryDelays,
  this.retryEvaluator,
  this.retryableExtraStatuses,
});