Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
org.springframework.integration.config |
Base package for configuration.
|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.jdbc |
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
|
org.springframework.integration.jms |
Base package for JMS Support.
|
org.springframework.integration.jmx |
Base package for JMX support.
|
org.springframework.integration.jpa.inbound |
Provides inbound Spring Integration Jpa components.
|
org.springframework.integration.mail |
Base package for Mail support.
|
org.springframework.integration.mongodb.inbound |
Provides classes related to the Mongo inbound channel adapters
|
org.springframework.integration.monitor |
Provides classes related to Spring Integration managed resources.
|
org.springframework.integration.redis.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.resource |
Provides classes related to messaging
using Spring
Resource s |
org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.stream |
Base package for stream support.
|
org.springframework.integration.twitter.inbound |
Provides inbound Twitter components.
|
Modifier and Type | Class and Description |
---|---|
class |
CorrelatingMessageBarrier
This Endpoint serves as a barrier for messages that should not be processed yet.
|
Modifier and Type | Method and Description |
---|---|
void |
SourcePollingChannelAdapterFactoryBean.setSource(MessageSource<?> source) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageSource<T> |
class |
ExpressionEvaluatingMessageSource<T> |
class |
MethodInvokingMessageSource
A
MessageSource implementation that invokes a no-argument method so
that its return value may be sent to a channel. |
Modifier and Type | Method and Description |
---|---|
void |
SourcePollingChannelAdapter.setSource(MessageSource<?> source)
Specify the source to be polled for Messages.
|
Modifier and Type | Class and Description |
---|---|
class |
FileReadingMessageSource
MessageSource that creates messages from a file system directory. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInboundFileSynchronizingMessageSource<F>
Factors out the common logic between the FTP and SFTP adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpInboundFileSynchronizingMessageSource
A
MessageSource implementation for FTP. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcPollingChannelAdapter
A polling channel adapter that creates messages from the payload returned by
executing a select query.
|
class |
StoredProcPollingChannelAdapter
A polling channel adapter that creates messages from the payload returned by
executing a stored procedure or Sql function.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsDestinationPollingSource
A source for receiving JMS Messages with a polling listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributePollingMessageSource
A
MessageSource implementation that retrieves the current
value of a JMX attribute each time AbstractMessageSource.receive() is invoked. |
class |
MBeanTreePollingMessageSource
A
MessageSource implementation that retrieves a snapshot of a filtered subset of the MBean tree. |
Modifier and Type | Class and Description |
---|---|
class |
JpaPollingChannelAdapter
Polling message source that produces messages from the result of the provided:
entityClass
JpQl Select Query
Sql Native Query
JpQl Named Query
Sql Native Named Query
After the objects have been polled, it also possibly to either:
executes an update after the select possibly to updated the state of selected records
executes an update (per retrieved object or for the entire payload)
delete the retrieved object
|
Modifier and Type | Class and Description |
---|---|
class |
MailReceivingMessageSource
MessageSource implementation that delegates to a
MailReceiver to poll a mailbox. |
Modifier and Type | Class and Description |
---|---|
class |
MongoDbMessageSource
An instance of
MessageSource which returns a Message with a payload
which is the result of execution of a Query . |
Modifier and Type | Method and Description |
---|---|
MessageSource<?> |
SimpleMessageSourceMetrics.getMessageSource() |
Constructor and Description |
---|
SimpleMessageSourceMetrics(MessageSource<?> messageSource) |
Modifier and Type | Class and Description |
---|---|
class |
RedisStoreMessageSource
Inbound channel adapter which returns a Message representing a view into
a Redis store.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceRetrievingMessageSource
Implementation of
MessageSource based on ResourcePatternResolver which will
attempt to resolve Resource s based on the pattern specified. |
Modifier and Type | Class and Description |
---|---|
class |
SftpInboundFileSynchronizingMessageSource
A
MessageSource implementation for SFTP
that delegates to an InboundFileSynchronizer. |
Modifier and Type | Class and Description |
---|---|
class |
ByteStreamReadingMessageSource
A pollable source for receiving bytes from an
InputStream . |
class |
CharacterStreamReadingMessageSource
A pollable source for
Readers . |
Modifier and Type | Class and Description |
---|---|
class |
DirectMessageReceivingMessageSource
This class handles support for receiving DMs (direct messages) using Twitter.
|
class |
MentionsReceivingMessageSource
Receives Message Tweets
|
class |
SearchReceivingMessageSource |
class |
TimelineReceivingMessageSource
This
MessageSource lets Spring Integration consume
given account's timeline as messages. |
Copyright © 2016. All rights reserved.