Class NoTransactionOperationsAdapter
java.lang.Object
com.opencqrs.framework.transaction.NoTransactionOperationsAdapter
- All Implemented Interfaces:
TransactionOperationsAdapter
Implementation of
TransactionOperationsAdapter used if Spring TX is not available on the class-path or
EventHandling methods have not been annotated using
Transactional.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoTransactionOperationsAdapter
public NoTransactionOperationsAdapter()
-
-
Method Details
-
execute
Description copied from interface:TransactionOperationsAdapterExecutes the given runnable with transactional semantics.- Specified by:
executein interfaceTransactionOperationsAdapter- Parameters:
runnable- the runnable to execute
-