Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_commit
Method
on_commit
python/examples/tx_recv_interactive.py:54–55 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
52
self.container.declare_transaction(self.conn, handler=self)
53
54
def
on_commit(self, event):
55
self.transaction.commit()
56
57
def
on_abort(self, event):
58
self.transaction.abort()
Callers
nothing calls this directly
Calls
1
commit
Method · 0.80
Tested by
no test coverage detected