Uses of Class
org.springframework.integration.channel.AbstractMessageChannel
Packages that use AbstractMessageChannel
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Root package of the Spring Integration Java DSL.
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
Subclasses of AbstractMessageChannel in org.springframework.integration.amqp.channelModifier and TypeClassDescriptionclassThe baseAbstractMessageChannelimplementation for AMQP.classTheAbstractSubscribableAmqpChannelimplementation for one-to-one subscription over AMQP queue.classAPollableChannelimplementation that is backed by an AMQP Queue.classTheAbstractSubscribableAmqpChannelextension for pub-sub semantics based on theFanoutExchange. -
Uses of AbstractMessageChannel in org.springframework.integration.channel
Subclasses of AbstractMessageChannel in org.springframework.integration.channelModifier and TypeClassDescriptionclassTheAbstractSubscribableChannelbase implementation for those inheritors which logic may be based on theExecutor.classBase class for all pollable channels.classBase implementation ofMessageChannelthat invokes the subscribedhandler(s)by delegating to aMessageDispatcher.classA channel that invokes a single subscriber for each sent Message.classAn implementation ofMessageChannelthat delegates to an instance ofUnicastingDispatcherwhich in turn delegates all dispatching invocations to anExecutor.classTheAbstractMessageChannelimplementation for the Reactive StreamsPublisherbased on the Project ReactorFlux.classA message channel that prioritizes messages based on aComparator.classA channel that sends Messages to each of its subscribers.classSimple implementation of a message channel.classA zero-capacity version ofQueueChannelthat delegates to aSynchronousQueueinternally. -
Uses of AbstractMessageChannel in org.springframework.integration.dsl
Classes in org.springframework.integration.dsl with type parameters of type AbstractMessageChannelModifier and TypeClassDescriptionclassLoadBalancingChannelSpec<S extends MessageChannelSpec<S,C>, C extends AbstractMessageChannel> classMessageChannelSpec<S extends MessageChannelSpec<S,C>, C extends AbstractMessageChannel> Fields in org.springframework.integration.dsl declared as AbstractMessageChannel -
Uses of AbstractMessageChannel in org.springframework.integration.jms
Subclasses of AbstractMessageChannel in org.springframework.integration.jmsModifier and TypeClassDescriptionclassclassclassAnAbstractJmsChannelimplementation for message-driven subscriptions. -
Uses of AbstractMessageChannel in org.springframework.integration.kafka.channel
Subclasses of AbstractMessageChannel in org.springframework.integration.kafka.channelModifier and TypeClassDescriptionclassAbstract MessageChannel backed by an Apache Kafka topic.classPollable channel backed by an Apache Kafka topic.classPublish/subscribe channel backed by an Apache Kafka topic.classSubscribable channel backed by an Apache Kafka topic. -
Uses of AbstractMessageChannel in org.springframework.integration.redis.channel
Subclasses of AbstractMessageChannel in org.springframework.integration.redis.channelModifier and TypeClassDescriptionclassAnAbstractMessageChannelimplementation withBroadcastCapableChannelaspect to provide a pub-sub semantics to consume messages fgrom Redis topic. -
Uses of AbstractMessageChannel in org.springframework.integration.zeromq.channel
Subclasses of AbstractMessageChannel in org.springframework.integration.zeromq.channelModifier and TypeClassDescriptionclassTheSubscribableChannelimplementation over ZeroMQ sockets.