RetryContext constructor

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

Implementation

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