Uses of Class
org.springframework.integration.channel.AbstractMessageChannel
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Root package of the Spring Integration Java DSL.
Provides a message channel-specific JDBC API.
Base package for JMS Support.
Provides classes related to message channel implementations for Apache Kafka.
Provides classes related to Redis-backed channels.
Provides classes for message channels support over ZeroMQ.
-
Uses of AbstractMessageChannel in org.springframework.integration.amqp.channel
Modifier and TypeClassDescriptionclass
The baseAbstractMessageChannel
implementation for AMQP.class
TheAbstractSubscribableAmqpChannel
implementation for one-to-one subscription over AMQP queue.class
APollableChannel
implementation that is backed by an AMQP Queue.class
TheAbstractSubscribableAmqpChannel
extension for pub-sub semantics based on theFanoutExchange
. -
Uses of AbstractMessageChannel in org.springframework.integration.channel
Modifier and TypeClassDescriptionclass
TheAbstractSubscribableChannel
base implementation for those inheritors which logic may be based on theExecutor
.class
Base class for all pollable channels.class
Base implementation ofMessageChannel
that invokes the subscribedhandler(s)
by delegating to aMessageDispatcher
.class
A channel that invokes a single subscriber for each sent Message.class
An implementation ofMessageChannel
that delegates to an instance ofUnicastingDispatcher
which in turn delegates all dispatching invocations to anExecutor
.class
TheAbstractMessageChannel
implementation for the Reactive StreamsPublisher
based on the Project ReactorFlux
.class
AnAbstractExecutorChannel
implementation for partitioned message dispatching.class
A message channel that prioritizes messages based on aComparator
.class
A channel that sends Messages to each of its subscribers.class
Simple implementation of a message channel.class
A zero-capacity version ofQueueChannel
that delegates to aSynchronousQueue
internally. -
Uses of AbstractMessageChannel in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
LoadBalancingChannelSpec<S extends MessageChannelSpec<S,
C>, C extends AbstractMessageChannel> class
MessageChannelSpec<S extends MessageChannelSpec<S,
C>, C extends AbstractMessageChannel> -
Uses of AbstractMessageChannel in org.springframework.integration.jdbc.channel
Modifier and TypeClassDescriptionclass
AnAbstractSubscribableChannel
for receiving push notifications for messages send to a group id of aJdbcChannelMessageStore
. -
Uses of AbstractMessageChannel in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
class
class
AnAbstractJmsChannel
implementation for message-driven subscriptions. -
Uses of AbstractMessageChannel in org.springframework.integration.kafka.channel
Modifier and TypeClassDescriptionclass
Abstract MessageChannel backed by an Apache Kafka topic.class
Pollable channel backed by an Apache Kafka topic.class
Publish/subscribe channel backed by an Apache Kafka topic.class
Subscribable channel backed by an Apache Kafka topic. -
Uses of AbstractMessageChannel in org.springframework.integration.redis.channel
Modifier and TypeClassDescriptionclass
AnAbstractMessageChannel
implementation withBroadcastCapableChannel
aspect to provide a pub-sub semantics to consume messages fgrom Redis topic. -
Uses of AbstractMessageChannel in org.springframework.integration.zeromq.channel
Modifier and TypeClassDescriptionclass
TheSubscribableChannel
implementation over ZeroMQ sockets.