RetryContext constructor

RetryContext(
  1. int elapsedMilliseconds,
  2. int previousRetryCount,
  3. Exception retryReason
)

Implementation

RetryContext(
    this.elapsedMilliseconds, this.previousRetryCount, this.retryReason);