Class PassThroughTransactionSynchronizationFactory
java.lang.Object
org.springframework.integration.transaction.PassThroughTransactionSynchronizationFactory
- All Implemented Interfaces:
TransactionSynchronizationFactory
public class PassThroughTransactionSynchronizationFactory extends java.lang.Object implements TransactionSynchronizationFactory
A simple
TransactionSynchronizationFactory implementation which produces
an IntegrationResourceHolderSynchronization with an IntegrationResourceHolder.- Since:
- 5.0
-
Constructor Summary
Constructors Constructor Description PassThroughTransactionSynchronizationFactory() -
Method Summary
Modifier and Type Method Description org.springframework.transaction.support.TransactionSynchronizationcreate(java.lang.Object key)
-
Constructor Details
-
PassThroughTransactionSynchronizationFactory
public PassThroughTransactionSynchronizationFactory()
-
-
Method Details
-
create
public org.springframework.transaction.support.TransactionSynchronization create(java.lang.Object key)- Specified by:
createin interfaceTransactionSynchronizationFactory
-