/**
  * @inheritdoc
  */
 public function abort()
 {
     $this->transactionAbort();
     $this->setState(new ConsumerState($this->getClient(), $this->getBase()), parent::getOptions());
 }