Uses of Interface
org.springframework.amqp.rabbitmq.client.AmqpConnectionFactory
Packages that use AmqpConnectionFactory
Package
Description
Provides Spring support for RabbitMQ AMQP 1.0 Client.
Provides classes for Spring application context support.
Provides Spring support for RabbitMQ AMQP 1.0 Consumer.
-
Uses of AmqpConnectionFactory in org.springframework.amqp.rabbitmq.client
Classes in org.springframework.amqp.rabbitmq.client that implement AmqpConnectionFactoryModifier and TypeClassDescriptionclass
TheAmqpConnectionFactory
implementation to hold a single, sharedConnection
instance.Constructors in org.springframework.amqp.rabbitmq.client with parameters of type AmqpConnectionFactoryModifierConstructorDescriptionRabbitAmqpAdmin
(AmqpConnectionFactory connectionFactory) RabbitAmqpTemplate
(AmqpConnectionFactory connectionFactory) -
Uses of AmqpConnectionFactory in org.springframework.amqp.rabbitmq.client.config
Constructors in org.springframework.amqp.rabbitmq.client.config with parameters of type AmqpConnectionFactoryModifierConstructorDescriptionRabbitAmqpListenerContainerFactory
(AmqpConnectionFactory connectionFactory) Construct an instance using the providedAmqpConnectionFactory
. -
Uses of AmqpConnectionFactory in org.springframework.amqp.rabbitmq.client.listener
Methods in org.springframework.amqp.rabbitmq.client.listener with parameters of type AmqpConnectionFactoryModifier and TypeMethodDescriptionvoid
RabbitAmqpMessageListenerAdapter.setConnectionFactory
(AmqpConnectionFactory connectionFactory) Set aAmqpConnectionFactory
for publishing replies from this adapter.Constructors in org.springframework.amqp.rabbitmq.client.listener with parameters of type AmqpConnectionFactoryModifierConstructorDescriptionRabbitAmqpListenerContainer
(AmqpConnectionFactory connectionFactory) Construct an instance based on the providedAmqpConnectionFactory
.