/** * {@inheritdoc} */ public function attempts() { return $this->wrapped->attempts(); }
/** * {@inheritdoc} */ public function canRetry(Envelope $env) { return $env->attempts() < $this->maxAttempts; }