Package com.opencqrs.framework.transaction
package com.opencqrs.framework.transaction
Transaction support for event handlers.
-
ClassDescriptionImplementation of
TransactionOperationsAdapterused if Spring TX is not available on the class-path orEventHandlingmethods have not been annotated usingTransactional.TransactionOperationsAdapterimplementation that uses aTransactionOperationsdelegate for transactional execution of anEventHandlingannotated method according to the suppliedTransactionalconfiguration.Internal interface encapsulatingTransactionalmethod execution.