Package | Description |
---|---|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.mail |
Base package for Mail support.
|
org.springframework.integration.scheduling |
Provides classes related to task scheduling.
|
org.springframework.integration.transaction |
Provides classes supporting the use of transactions and
pseudo transactions in Spring Integration applications.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPollingEndpoint.setTransactionSynchronizationFactory(TransactionSynchronizationFactory transactionSynchronizationFactory) |
Modifier and Type | Method and Description |
---|---|
void |
ImapIdleChannelAdapter.setTransactionSynchronizationFactory(TransactionSynchronizationFactory transactionSynchronizationFactory) |
Modifier and Type | Method and Description |
---|---|
TransactionSynchronizationFactory |
PollerMetadata.getTransactionSynchronizationFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PollerMetadata.setTransactionSynchronizationFactory(TransactionSynchronizationFactory transactionSynchronizationFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransactionSynchronizationFactory
Default implementation of
TransactionSynchronizationFactory which takes an instance of
TransactionSynchronizationProcessor allowing you to create a TransactionSynchronization
using {DefaultTransactionSynchronizationFactory.create(Object) method. |
Copyright © 2016. All rights reserved.