类的使用
org.springframework.boot.autoconfigure.amqp.RabbitProperties
使用RabbitProperties的程序包
-
org.springframework.boot.autoconfigure.amqp中RabbitProperties的使用
修饰符和类型方法说明protected final RabbitProperties
AbstractRabbitListenerContainerFactoryConfigurer.getRabbitProperties()
protected final RabbitProperties
RabbitTemplateConfigurer.getRabbitProperties()
修饰符和类型方法说明protected 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) 限定符构造器说明protected
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
.RabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails, SslBundles sslBundles) Creates a new configurer that will use the givenresourceLoader
,properties
,connectionDetails
, andsslBundles
.protected
RabbitConnectionFactoryCreator
(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
.