Uses of Class
org.springframework.integration.endpoint.AbstractMessageSource
Package
Description
Provides classes supporting inbound endpoints.
Provides core classes related to Endpoints.
Provides classes supporting inbound endpoints.
Base package for File support.
Base package for supporting remote files.
Provides classes supporting the synchronization of remote and
local file directories.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
Base package for JMS Support.
Base package for JMX support.
Provides inbound Spring Integration Jpa components.
Provides Spring Integration inbound components for Apache Kafka.
Base package for Mail support.
Provides classes related to the Mongo inbound channel adapters
Provides classes for supporting R2DBC inbound components.
Provides classes supporting inbound endpoints.
Provides classes related to messaging
using Spring
Resource
sBase package for scripting support.
Provides classes supporting inbound endpoints.
Inbound Channel Adapters implementations for SMB protocol.
Base package for stream support.
-
Uses of AbstractMessageSource in org.springframework.integration.amqp.inbound
-
Uses of AbstractMessageSource in org.springframework.integration.endpoint
Modifier and TypeClassDescriptionclass
A message source that can limit the number of remote objects it fetches.class
class
TheMessageSource
strategy implementation to produce aMessage
from underlying MessageProcessorMessageSource.messageProcessor for polling endpoints.class
AMessageSource
implementation that invokes a no-argument method so that its return value may be sent to a channel. -
Uses of AbstractMessageSource in org.springframework.integration.feed.inbound
Modifier and TypeClassDescriptionclass
This implementation ofMessageSource
will produce individualSyndEntry
s for a feed identified with the 'feedUrl' attribute. -
Uses of AbstractMessageSource in org.springframework.integration.file
Modifier and TypeClassDescriptionclass
MessageSource
that creates messages from a file system directory. -
Uses of AbstractMessageSource in org.springframework.integration.file.remote
Modifier and TypeClassDescriptionclass
A message source that produces a message with anInputStream
payload referencing a remote file. -
Uses of AbstractMessageSource in org.springframework.integration.file.remote.synchronizer
Modifier and TypeClassDescriptionclass
Factors out the common logic between the FTP and SFTP adapters. -
Uses of AbstractMessageSource in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for FTP.class
Message source for streaming FTP remote file contents. -
Uses of AbstractMessageSource in org.springframework.integration.hazelcast.inbound
Modifier and TypeClassDescriptionclass
Hazelcast Distributed SQL Message Source is a message source which runs defined distributed query in the cluster and returns results in the light of iteration type. -
Uses of AbstractMessageSource in org.springframework.integration.jdbc
Modifier and TypeClassDescriptionclass
A polling channel adapter that creates messages from the payload returned by executing a select query.class
A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function. -
Uses of AbstractMessageSource in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
A source for receiving JMS Messages with a polling listener. -
Uses of AbstractMessageSource in org.springframework.integration.jmx
Modifier and TypeClassDescriptionclass
AMessageSource
implementation that retrieves the current value of a JMX attribute each timereceive()
is invoked.class
AMessageSource
implementation that retrieves a snapshot of a filtered subset of the MBean tree. -
Uses of AbstractMessageSource in org.springframework.integration.jpa.inbound
Modifier and TypeClassDescriptionclass
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 . -
Uses of AbstractMessageSource in org.springframework.integration.kafka.inbound
Modifier and TypeClassDescriptionclass
KafkaMessageSource<K,
V> Polled message source for Apache Kafka. -
Uses of AbstractMessageSource in org.springframework.integration.mail
Modifier and TypeClassDescriptionclass
MessageSource
implementation that delegates to aMailReceiver
to poll a mailbox. -
Uses of AbstractMessageSource in org.springframework.integration.mongodb.inbound
Modifier and TypeClassDescriptionclass
AnAbstractMessageSource
extension for common MongoDB sources options and support methods.class
An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of aQuery
.class
An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of aQuery
. -
Uses of AbstractMessageSource in org.springframework.integration.r2dbc.inbound
Modifier and TypeClassDescriptionclass
An instance ofMessageSource
which returns aMessage
with a payload which is the result of execution of query. -
Uses of AbstractMessageSource in org.springframework.integration.redis.inbound
Modifier and TypeClassDescriptionclass
Inbound channel adapter which returns a Message representing a view into a Redis store. -
Uses of AbstractMessageSource in org.springframework.integration.resource
Modifier and TypeClassDescriptionclass
Implementation ofMessageSource
based onResourcePatternResolver
which will attempt to resolveResource
s based on the pattern specified. -
Uses of AbstractMessageSource in org.springframework.integration.scripting
Modifier and TypeClassDescriptionclass
TheMessageSource
strategy implementation to produce aMessage
from underlying ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints. -
Uses of AbstractMessageSource in org.springframework.integration.sftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SFTP that delegates to an InboundFileSynchronizer.class
Message source for streaming SFTP remote file contents. -
Uses of AbstractMessageSource in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SMB.class
Message source for streaming SMB remote file contents. -
Uses of AbstractMessageSource in org.springframework.integration.stream
Modifier and TypeClassDescriptionclass
A pollable source for receiving bytes from anInputStream
.class
A pollable source forReaders
.