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) Creates a new configurer that will configure the connection factory using the givenproperties
.protected
AbstractConnectionFactoryConfigurer
(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenproperties
andconnectionDetails
, with the latter taking priority.protected
AbstractRabbitListenerContainerFactoryConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.CachingConnectionFactoryConfigurer
(RabbitProperties properties) Creates a new configurer that will configure the connection factory using the givenproperties
.CachingConnectionFactoryConfigurer
(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenproperties
andconnectionDetails
, with the latter taking priority.DirectRabbitListenerContainerFactoryConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.RabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties) Creates a new configurer that will use the givenresourceLoader
andproperties
.RabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will use the givenresourceLoader
,properties
, andconnectionDetails
.protected
RabbitConnectionFactoryCreator
(RabbitProperties properties, ObjectProvider<RabbitConnectionDetails> connectionDetails) RabbitTemplateConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.SimpleRabbitListenerContainerFactoryConfigurer
(RabbitProperties rabbitProperties) Creates a new configurer that will use the givenrabbitProperties
.