Uses of Package
org.springframework.integration.transaction
Package
Description
Root package of the Spring Integration Java DSL.
Provides core classes related to Endpoints.
Base package for Mail support.
Provides Mail Components for the Java DSL.
Provides classes related to task scheduling.
Provides classes supporting the use of transactions and
pseudo transactions in Spring Integration applications.
-
-
-
-
-
-
ClassDescriptionDefault implementation of
TransactionSynchronizationFactory
which takes an instance ofTransactionSynchronizationProcessor
allowing you to create aTransactionSynchronization
using {DefaultTransactionSynchronizationFactory.create(Object)
method.An implementation of theResourceHolder
which holds an instance of the current Message and the synchronization resource.Provides a fluent API to build a transaction interceptor.Strategy for implementing factories that createTransactionSynchronization
.TheFactoryBean
implementation (withBuilder
style) to be used from JavaConfig to populateDefaultTransactionSynchronizationFactory
bean.Strategy for implementing transaction synchronization processors.