confirmSelect() public method

Set the channel to use publisher acknowledgements. This can only used on a non-transactional channel.
public confirmSelect ( )
Example #1
0
 /**
  * @inheritdoc
  */
 public function confirmSelect()
 {
     $this->channel->confirmSelect();
 }