Package com.opencqrs.framework.transaction
package com.opencqrs.framework.transaction
Transaction support for event handlers.
-
ClassDescriptionImplementation of
TransactionOperationsAdapter
used if Spring TX is not available on the class-path orEventHandling
methods have not been annotated usingTransactional
.TransactionOperationsAdapter
implementation that uses aTransactionOperations
delegate for transactional execution of anEventHandling
annotated method according to the suppliedTransactional
configuration.Internal interface encapsulatingTransactional
method execution.