public ConsumeContextRetryContext(RetryContext <CommandContext> retryContext, RetryCommandContext context) { _retryContext = retryContext; _context = context; _context.RetryAttempt = retryContext.RetryCount; }
public CommandContextRetryPolicyContext(RetryPolicyContext <CommandContext> policyContext, RetryCommandContext context) { _policyContext = policyContext; _context = context; }