See: Description
| Interface | Description |
|---|---|
| TransactionSynchronizationFactory |
Strategy for implementing factories that create
TransactionSynchronization |
| TransactionSynchronizationProcessor |
Strategy for implementing transaction synchronization processors
|
| Class | Description |
|---|---|
| DefaultTransactionSynchronizationFactory |
Default implementation of
TransactionSynchronizationFactory which takes an instance of
TransactionSynchronizationProcessor allowing you to create a TransactionSynchronization
using {DefaultTransactionSynchronizationFactory.create(Object) method. |
| ExpressionEvaluatingTransactionSynchronizationProcessor |
This implementation of
TransactionSynchronizationFactory
allows you to configure SpEL expressions, with their execution being coordinated (synchronized) with a
transaction - see TransactionSynchronization. |
| IntegrationResourceHolder |
An implementation of the
ResourceHolder which holds an instance of the current Message
and the synchronization resource |
| PseudoTransactionManager |
An implementation of
PlatformTransactionManager that provides transaction-like semantics to
MessageSources that are not inherently transactional. |