Uses of Class
org.springframework.integration.endpoint.MessageProducerSupport
Package
Description
Provides classes supporting inbound endpoints.
Root package of the Spring Integration Java DSL.
Provides core classes related to Endpoints.
Provides classes supporting inbound endpoints.
Classes used for tailing file system files.
Provides classes related to the runtime object graph.
Provides classes supporting inbound endpoints.
Base package for IP (TCP/UDP) Support.
Base package for TCP Support.
Base package for UDP support.
Base package for JMS Support.
Base package for JMX support.
Provides Spring Integration inbound components for Apache Kafka.
Base package for Mail support.
Provides classes related to the Mongo inbound channel adapters
Provides inbound Spring Integration MqttAdapter components.
Provides classes supporting inbound endpoints.
Provides classes which represent inbound STOMP components.
Provides classes for inbound endpoints.
Provides classes which represent inbound WebSocket 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 MessageProducerSupport 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. -
Uses of MessageProducerSupport in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
MessageProducerSpec<S extends MessageProducerSpec<S,
P>, P extends MessageProducerSupport> AnIntegrationComponentSpec
forMessageProducer
s.Modifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessageProducerSupport messageProducer) Populate the providedMessageProducerSupport
object to theIntegrationFlowBuilder
chain.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageProducerSupport messageProducer) static IntegrationFlowBuilder
IntegrationFlows.from
(MessageProducerSupport messageProducer) Deprecated, for removal: This API element is subject to removal in a future version.Populate the providedMessageProducerSupport
object to theIntegrationFlowBuilder
chain. -
Uses of MessageProducerSupport in org.springframework.integration.endpoint
Modifier and TypeClassDescriptionclass
AMessageProducerSupport
sub-class that provides ExpressionMessageProducerSupport.payloadExpression evaluation with result as a payload for Message to send.class
TheMessageProducerSupport
to adapt a providedMessageSource
into aFlux
and let it be subscribed in thesubscribeToPublisher(org.reactivestreams.Publisher<? extends org.springframework.messaging.Message<?>>)
. -
Uses of MessageProducerSupport in org.springframework.integration.event.inbound
Modifier and TypeClassDescriptionclass
An inbound Channel Adapter that implementsGenericApplicationListener
and passes SpringApplicationEvents
within messages. -
Uses of MessageProducerSupport 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 MessageProducerSupport in org.springframework.integration.graph
ModifierConstructorDescriptionMessageProducerNode
(int nodeId, String name, MessageProducerSupport producer, String output, String errors) -
Uses of MessageProducerSupport 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 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 MessageProducerSupport in org.springframework.integration.ip
Modifier and TypeClassDescriptionclass
Base class for inbound TCP/UDP Channel Adapters. -
Uses of MessageProducerSupport in org.springframework.integration.ip.tcp
Modifier and TypeClassDescriptionclass
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 MessageProducerSupport 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 MessageProducerSupport in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel. -
Uses of MessageProducerSupport in org.springframework.integration.jmx
Modifier and TypeClassDescriptionclass
A JMXNotificationListener
implementation that will send Messages containing the JMXNotification
instances as their payloads. -
Uses of MessageProducerSupport in org.springframework.integration.kafka.inbound
Modifier and TypeClassDescriptionclass
Message-driven channel adapter. -
Uses of MessageProducerSupport 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). -
Uses of MessageProducerSupport in org.springframework.integration.mongodb.inbound
Modifier and TypeClassDescriptionclass
AMessageProducerSupport
for MongoDB Change Stream implementation. -
Uses of MessageProducerSupport 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 MessageProducerSupport 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
-
Uses of MessageProducerSupport 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 MessageProducerSupport 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 MessageProducerSupport in org.springframework.integration.websocket.inbound
Modifier and TypeClassDescriptionclass
TheMessageProducerSupport
for inbound WebSocket messages. -
Uses of MessageProducerSupport in org.springframework.integration.xmpp.core
-
Uses of MessageProducerSupport 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 MessageProducerSupport in org.springframework.integration.zeromq.inbound
Modifier and TypeClassDescriptionclass
AMessageProducerSupport
implementation for consuming messages from ZeroMq socket.