コード例 #1
0
ファイル: StatefulStomp.php プロジェクト: stomp-php/stomp-php
 /**
  * Commit current transaction.
  *
  * @return void
  */
 public function commit()
 {
     $this->state->commit();
 }