Uses of Interface
org.springframework.amqp.client.AmqpConnectionFactory
Packages that use AmqpConnectionFactory
Package
Description
Provides Spring Client for AMQP 1.0 protocol.
Provides Spring Listener Container for AMQP 1.0 protocol.
-
Uses of AmqpConnectionFactory in org.springframework.amqp.client
Classes in org.springframework.amqp.client that implement AmqpConnectionFactoryModifier and TypeClassDescriptionclassTheAmqpConnectionFactoryimplementation to hold a single, sharedConnectioninstance.Methods in org.springframework.amqp.client with parameters of type AmqpConnectionFactoryModifier and TypeMethodDescriptionstatic AmqpClient.BuilderAmqpClient.builder(AmqpConnectionFactory connectionFactory) static AmqpClientAmqpClient.create(AmqpConnectionFactory connectionFactory) -
Uses of AmqpConnectionFactory in org.springframework.amqp.client.listener
Constructors in org.springframework.amqp.client.listener with parameters of type AmqpConnectionFactoryModifierConstructorDescriptionAmqpMessageListenerContainer(AmqpConnectionFactory connectionFactory)