/**
  * {@inheritDoc}
  */
 public function peekDelayed($tube = null)
 {
     if ($this->dispatcher) {
         $this->dispatcher->dispatch(CommandEvent::PEEK_DELAYED, new CommandEvent($this, ['tube' => $tube]));
     }
     return $this->pheanstalk->peekDelayed($tube);
 }