Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function ack(EnvelopeInterface $envelope)
 {
     $this->queue->ack($envelope->getDeliveryTag());
 }