Class DefaultTransactionSynchronizationFactory

java.lang.Object
org.springframework.integration.transaction.DefaultTransactionSynchronizationFactory
All Implemented Interfaces:
TransactionSynchronizationFactory

public class DefaultTransactionSynchronizationFactory
extends java.lang.Object
implements TransactionSynchronizationFactory
Default implementation of TransactionSynchronizationFactory which takes an instance of TransactionSynchronizationProcessor allowing you to create a TransactionSynchronization using {create(Object) method.
Since:
2.2
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultTransactionSynchronizationFactory​(TransactionSynchronizationProcessor processor)  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.transaction.support.TransactionSynchronization create​(java.lang.Object key)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait