Uses of Class
org.springframework.integration.amqp.channel.AbstractAmqpChannel
Packages that use AbstractAmqpChannel
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides AMQP Component support for the Java DSL.
-
Uses of AbstractAmqpChannel in org.springframework.integration.amqp.channel
Subclasses of AbstractAmqpChannel in org.springframework.integration.amqp.channelModifier and TypeClassDescriptionclass
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 AbstractAmqpChannel in org.springframework.integration.amqp.config
Methods in org.springframework.integration.amqp.config that return AbstractAmqpChannelModifier and TypeMethodDescriptionprotected AbstractAmqpChannel
AmqpChannelFactoryBean.createInstance()
Methods in org.springframework.integration.amqp.config with parameters of type AbstractAmqpChannelModifier and TypeMethodDescriptionprotected void
AmqpChannelFactoryBean.destroyInstance
(AbstractAmqpChannel instance) -
Uses of AbstractAmqpChannel in org.springframework.integration.amqp.dsl
Classes in org.springframework.integration.amqp.dsl with type parameters of type AbstractAmqpChannelModifier and TypeClassDescriptionclass
AmqpMessageChannelSpec<S extends AmqpMessageChannelSpec<S,
T>, T extends AbstractAmqpChannel> AnAmqpPollableMessageChannelSpec
for a message-drivenPointToPointSubscribableAmqpChannel
.class
AmqpPollableMessageChannelSpec<S extends AmqpPollableMessageChannelSpec<S,
T>, T extends AbstractAmqpChannel> AMessageChannelSpec
for aAbstractAmqpChannel
s.