Uses of Class
org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Uses of RabbitProperties in org.springframework.boot.autoconfigure.amqp
Modifier and TypeMethodDescriptionprotected final RabbitProperties
AbstractRabbitListenerContainerFactoryConfigurer.getRabbitProperties()
protected final RabbitProperties
RabbitTemplateConfigurer.getRabbitProperties()
Modifier and TypeMethodDescriptionprotected abstract void
AbstractConnectionFactoryConfigurer.configure
(T connectionFactory, RabbitProperties rabbitProperties) Configures the givenconnectionFactory
using the givenrabbitProperties
.void
CachingConnectionFactoryConfigurer.configure
(org.springframework.amqp.rabbit.connection.CachingConnectionFactory connectionFactory, RabbitProperties rabbitProperties) RabbitAutoConfiguration.RabbitTemplateConfiguration.rabbitTemplateConfigurer
(RabbitProperties properties, ObjectProvider<org.springframework.amqp.support.converter.MessageConverter> messageConverter, ObjectProvider<RabbitRetryTemplateCustomizer> retryTemplateCustomizers) ModifierConstructorDescriptionprotected
AbstractConnectionFactoryConfigurer
(RabbitProperties properties) protected
AbstractRabbitListenerContainerFactoryConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.CachingConnectionFactoryConfigurer
(RabbitProperties properties) DirectRabbitListenerContainerFactoryConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.RabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties) RabbitTemplateConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.SimpleRabbitListenerContainerFactoryConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.