예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function attempts()
 {
     return $this->wrapped->attempts();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function canRetry(Envelope $env)
 {
     return $env->attempts() < $this->maxAttempts;
 }