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 TypeClassDescriptionclassTheAmqpConnectionFactoryimplementation to hold a single, sharedConnectioninstance.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 TypeMethodDescriptionvoidRabbitAmqpMessageListenerAdapter.setConnectionFactory(AmqpConnectionFactory connectionFactory) Set aAmqpConnectionFactoryfor 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.