Interface ISynchronization
Namespace: Apache.NMS.ActiveMQ
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public interface ISynchronization
Methods
| Improve this Doc View SourceAfterCommit()
Called after a commit
Declaration
void AfterCommit()
AfterRollback()
Called after a transaction rollback
Declaration
void AfterRollback()
BeforeEnd()
Called before a commit or rollback is applied.
Declaration
void BeforeEnd()