confirmSelect() 공개 메소드

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