コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function attempts()
 {
     return $this->wrapped->attempts();
 }
コード例 #2
0
ファイル: LimitedSpec.php プロジェクト: josegonzalez/Queue
 /**
  * {@inheritdoc}
  */
 public function canRetry(Envelope $env)
 {
     return $env->attempts() < $this->maxAttempts;
 }