Uses of Class
org.springframework.integration.util.AbstractExpressionEvaluator
Package
Description
Provides classes related to message aggregation.
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 implementing various types of message handler.
Provides classes for message handlers support.
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 AbstractExpressionEvaluator in org.springframework.integration.aggregator
Modifier and TypeClassDescriptionclass
A base class for aggregators that evaluates a SpEL expression with the message list as the root object within the evaluation context.class
AReleaseStrategy
that evaluates an expression.class
A MessageListProcessor implementation that invokes a method on a target POJO. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.amqp.inbound
-
Uses of AbstractExpressionEvaluator in org.springframework.integration.endpoint
Modifier and TypeClassDescriptionclass
A message source that can limit the number of remote objects it fetches.class
Abstract message source.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 AbstractExpressionEvaluator 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 AbstractExpressionEvaluator in org.springframework.integration.file
Modifier and TypeClassDescriptionclass
Default implementation of the filename generator strategy.class
MessageSource
that creates messages from a file system directory. -
Uses of AbstractExpressionEvaluator 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 AbstractExpressionEvaluator in org.springframework.integration.file.remote.synchronizer
Modifier and TypeClassDescriptionclass
Factors out the common logic between the FTP and SFTP adapters. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for FTP.class
Message source for streaming FTP remote file contents. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.handler
Modifier and TypeClassDescriptionclass
class
A MessageProcessor implementation that expects an Expression or expressionString as the Message payload.class
AMessageProcessor
implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.class
A MessageProcessor implementation that invokes a method on a target Object. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.handler.support
Modifier and TypeClassDescriptionclass
class
AHandlerMethodArgumentResolver
implementation to resolve argument for theMethodParameter
as aMap
orProperties
.class
A helper class for processors that invoke a method on a target Object using a combination of message payload(s) and headers as arguments.class
TheHandlerMethodArgumentResolver
for evaluatingPayload.expression()
as a SpEL expression againstmessage
and converting result to expected parameter type.class
TheHandlerMethodArgumentResolver
for resolving aCollection
ofpayloads
or expression against eachpayload
. -
Uses of AbstractExpressionEvaluator 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 AbstractExpressionEvaluator in org.springframework.integration.jdbc
Modifier and TypeClassDescriptionclass
An implementation ofSqlParameterSourceFactory
which creates anSqlParameterSource
that evaluates Spring EL expressions.class
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 AbstractExpressionEvaluator in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
A source for receiving JMS Messages with a polling listener. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.jmx
Modifier and TypeClassDescriptionclass
AMessageSource
implementation that retrieves the current value of a JMX attribute each timeAbstractMessageSource.receive()
is invoked.class
AMessageSource
implementation that retrieves a snapshot of a filtered subset of the MBean tree. -
Uses of AbstractExpressionEvaluator 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 AbstractExpressionEvaluator in org.springframework.integration.kafka.inbound
Modifier and TypeClassDescriptionclass
KafkaMessageSource<K,
V> Polled message source for Apache Kafka. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.mail
Modifier and TypeClassDescriptionclass
MessageSource
implementation that delegates to aMailReceiver
to poll a mailbox. -
Uses of AbstractExpressionEvaluator 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 AbstractExpressionEvaluator 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 AbstractExpressionEvaluator 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 AbstractExpressionEvaluator 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 AbstractExpressionEvaluator in org.springframework.integration.scripting
Modifier and TypeClassDescriptionclass
TheMessageSource
strategy implementation to produce aMessage
from underlying ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints. -
Uses of AbstractExpressionEvaluator 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 AbstractExpressionEvaluator in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SMB.class
Message source for streaming SMB remote file contents. -
Uses of AbstractExpressionEvaluator in org.springframework.integration.stream
Modifier and TypeClassDescriptionclass
A pollable source for receiving bytes from anInputStream
.class
A pollable source forReaders
.