Uses of Interface
org.springframework.integration.support.management.IntegrationInboundManagement
Package
Description
Provides classes supporting inbound endpoints.
Provides core classes related to Endpoints.
Provides classes supporting inbound 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.
Classes used for tailing file system files.
Provides classes supporting inbound endpoints.
Provides classes supporting messaging gateways.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Base package for IP (TCP/UDP) Support.
Base package for TCP Support.
Base package for UDP support.
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 related to Spring Integration managed resources.
Provides inbound Spring Integration MqttAdapter components.
Provides classes for supporting R2DBC inbound components.
Provides classes supporting inbound endpoints.
Provides classes related to messaging
using Spring
Resource
sProvides classes representing inbound RSocket components.
Base package for scripting support.
Provides classes supporting inbound endpoints.
Inbound Channel Adapters implementations for SMB protocol.
Provides classes which represent inbound STOMP components.
Base package for stream support.
Provides classes for inbound endpoints.
Provides classes supporting inbound endpoints.
Provides classes which represent inbound WebSocket components.
Provides several inbound and outbound Web Service components.
Provides classes shared across all XMPP components.
Provides XMPP inbound Endpoint implementations that extend
AbstractXmppConnectionAwareEndpoint
.Provides classes for inbound channel adapters over ZeroMQ.
-
Uses of IntegrationInboundManagement in org.springframework.integration.amqp.inbound
Modifier and TypeClassDescriptionclass
Adapter that receives Messages from an AMQP Queue, converts them into Spring Integration Messages, and sends the results to a Message Channel.class
Adapter that receives Messages from an AMQP Queue, converts them into Spring Integration Messages, and sends the results to a Message Channel.class
A pollableMessageSource
for RabbitMQ. -
Uses of IntegrationInboundManagement 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
AMessageProducerSupport
sub-class that provides ExpressionMessageProducerSupport.payloadExpression evaluation with result as a payload for Message to send.class
TheMessageSource
strategy implementation to produce aMessage
from underlying MessageProcessorMessageSource.messageProcessor for polling endpoints.class
A support class for producer endpoints that provides a setter for the output channel and a convenience method for sending Messages.class
AMessageSource
implementation that invokes a no-argument method so that its return value may be sent to a channel.class
TheMessageProducerSupport
to adapt a providedMessageSource
into aFlux
and let it be subscribed in theMessageProducerSupport.subscribeToPublisher(org.reactivestreams.Publisher<? extends org.springframework.messaging.Message<?>>)
. -
Uses of IntegrationInboundManagement in org.springframework.integration.event.inbound
Modifier and TypeClassDescriptionclass
An inbound Channel Adapter that implementsGenericApplicationListener
and passes SpringApplicationEvents
within messages. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.file
Modifier and TypeClassDescriptionclass
MessageSource
that creates messages from a file system directory. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.file.remote.synchronizer
Modifier and TypeClassDescriptionclass
Factors out the common logic between the FTP and SFTP adapters. -
Uses of IntegrationInboundManagement in org.springframework.integration.file.tail
Modifier and TypeClassDescriptionclass
File tailer that delegates to the Apache Commons Tailer.class
Base class for file tailing inbound adapters.class
A file tailing message producer that delegates to the OS tail program. -
Uses of IntegrationInboundManagement in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for FTP.class
Message source for streaming FTP remote file contents. -
Uses of IntegrationInboundManagement in org.springframework.integration.gateway
Modifier and TypeClassDescriptionclass
A convenient base class for connecting application code toMessageChannel
s for sending, receiving, or request-reply operations. -
Uses of IntegrationInboundManagement in org.springframework.integration.hazelcast.inbound
Modifier and TypeClassDescriptionclass
Hazelcast Base Event-Driven Message Producer.class
Hazelcast Cluster Monitor Event Driven Message Producer is a message producer which enablesHazelcastClusterMonitorMessageProducer.HazelcastClusterMonitorListener
listener in order to listen cluster related events and sends events to related channel.class
Hazelcast Continuous Query Message Producer is a message producer which enablesAbstractHazelcastMessageProducer.HazelcastEntryListener
with aSqlPredicate
in order to listen related distributed map events in the light of defined predicate and sends events to related channel.class
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.class
Hazelcast Event Driven Message Producer is a message producer which enablesAbstractHazelcastMessageProducer.HazelcastEntryListener
,HazelcastEventDrivenMessageProducer.HazelcastItemListener
andHazelcastEventDrivenMessageProducer.HazelcastMessageListener
listeners in order to listen related cache events and sends events to related channel. -
Uses of IntegrationInboundManagement in org.springframework.integration.http.inbound
Modifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
extension for HTTP Inbound endpoints with basic properties.class
Inbound HTTP endpoint that implements Spring'sController
interface to be used with a DispatcherServlet front controller.class
Base class for HTTP request handling endpoints.class
Inbound Messaging Gateway that handles HTTP Requests. -
Uses of IntegrationInboundManagement in org.springframework.integration.ip
Modifier and TypeClassDescriptionclass
Base class for inbound TCP/UDP Channel Adapters. -
Uses of IntegrationInboundManagement in org.springframework.integration.ip.tcp
Modifier and TypeClassDescriptionclass
Inbound Gateway using a server connection factory - threading is controlled by the factory.class
Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections. -
Uses of IntegrationInboundManagement in org.springframework.integration.ip.udp
Modifier and TypeClassDescriptionclass
Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.class
A channel adapter to receive incoming UDP packets. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
A source for receiving JMS Messages with a polling listener.class
A wrapper around theJmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
.class
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel. -
Uses of IntegrationInboundManagement 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.class
A JMXNotificationListener
implementation that will send Messages containing the JMXNotification
instances as their payloads. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.kafka.inbound
Modifier and TypeClassDescriptionclass
KafkaInboundGateway<K,
V, R> Inbound gateway.class
Message-driven channel adapter.class
KafkaMessageSource<K,
V> Polled message source for Apache Kafka. -
Uses of IntegrationInboundManagement in org.springframework.integration.mail
Modifier and TypeClassDescriptionclass
An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).class
MessageSource
implementation that delegates to aMailReceiver
to poll a mailbox. -
Uses of IntegrationInboundManagement in org.springframework.integration.mongodb.inbound
Modifier and TypeClassDescriptionclass
AnAbstractMessageSource
extension for common MongoDB sources options and support methods.class
AMessageProducerSupport
for MongoDB Change Stream implementation.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 IntegrationInboundManagement in org.springframework.integration.monitor
Modifier and TypeMethodDescription -
Uses of IntegrationInboundManagement in org.springframework.integration.mqtt.inbound
Modifier and TypeClassDescriptionclass
Abstract class for MQTT Message-Driven Channel Adapters.class
Eclipse Paho Implementation.class
TheAbstractMqttMessageDrivenChannelAdapter
implementation for MQTT v5. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.redis.inbound
Modifier and TypeClassDescriptionclass
AMessageProducerSupport
for reading messages from a Redis Stream and publishing them into the provided output channel.class
class
class
class
Inbound channel adapter which returns a Message representing a view into a Redis store. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.rsocket.inbound
Modifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
implementation for theIntegrationRSocketEndpoint
. -
Uses of IntegrationInboundManagement in org.springframework.integration.scripting
Modifier and TypeClassDescriptionclass
TheMessageSource
strategy implementation to produce aMessage
from underlying ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints. -
Uses of IntegrationInboundManagement 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 IntegrationInboundManagement in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SMB.class
Message source for streaming SMB remote file contents. -
Uses of IntegrationInboundManagement in org.springframework.integration.stomp.inbound
Modifier and TypeClassDescriptionclass
TheMessageProducerSupport
for STOMP protocol to handle STOMP frames from provided destination and send messages to theoutputChannel
. -
Uses of IntegrationInboundManagement in org.springframework.integration.stream
Modifier and TypeClassDescriptionclass
A pollable source for receiving bytes from anInputStream
.class
A pollable source forReaders
. -
Uses of IntegrationInboundManagement in org.springframework.integration.syslog.inbound
Modifier and TypeClassDescriptionclass
Base support class for inbound channel adapters.class
TCP implementation of a syslog inbound channel adapter.class
UDP implementation of a syslog inbound channel adapter. -
Uses of IntegrationInboundManagement in org.springframework.integration.webflux.inbound
Modifier and TypeClassDescriptionclass
AMessagingGatewaySupport
implementation for Spring WebFlux HTTP requests execution. -
Uses of IntegrationInboundManagement in org.springframework.integration.websocket.inbound
Modifier and TypeClassDescriptionclass
TheMessageProducerSupport
for inbound WebSocket messages. -
Uses of IntegrationInboundManagement in org.springframework.integration.ws
Modifier and TypeClassDescriptionclass
class
class
-
Uses of IntegrationInboundManagement in org.springframework.integration.xmpp.core
-
Uses of IntegrationInboundManagement in org.springframework.integration.xmpp.inbound
Modifier and TypeClassDescriptionclass
This component logs in as a user and forwards any messages to that user on to downstream components.class
An inbound endpoint that is able to login and then emit particular Presence event occurs within the logged-in user'sRoster
. -
Uses of IntegrationInboundManagement in org.springframework.integration.zeromq.inbound
Modifier and TypeClassDescriptionclass
AMessageProducerSupport
implementation for consuming messages from ZeroMq socket.