Package proton :: Module handlers :: Class TransactionHandler
[frames] | no frames]

type TransactionHandler

source code

object --+
         |
        TransactionHandler
Known Subclasses:

The interface for transaction handlers, i.e. objects that want to be notified of state changes related to a transaction.

Instance Methods
 
on_transaction_declared(self, event) source code
 
on_transaction_committed(self, event) source code
 
on_transaction_aborted(self, event) source code
 
on_transaction_declare_failed(self, event) source code
 
on_transaction_commit_failed(self, event) source code