コード例 #1
0
ファイル: _delivery.py プロジェクト: xzmagic/qpid-proton
 def abort(self):
     """
     Aborts the delivery.  This indicates the application wishes to
     invalidate any data that may have already been sent on this delivery.
     The delivery cannot be aborted after it has been completely delivered.
     """
     pn_delivery_abort(self._impl)
コード例 #2
0
ファイル: _delivery.py プロジェクト: ChugR/qpid-proton
 def abort(self):
     """
     Aborts the delivery.  This indicates the application wishes to
     invalidate any data that may have already been sent on this delivery.
     The delivery cannot be aborted after it has been completely delivered.
     """
     pn_delivery_abort(self._impl)