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