Uses of Interface
org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
-
Uses of RabbitConnectionDetails in org.springframework.boot.autoconfigure.amqp
ModifierConstructorDescriptionprotected
AbstractConnectionFactoryConfigurer
(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenproperties
andconnectionDetails
, with the latter taking priority.CachingConnectionFactoryConfigurer
(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenproperties
andconnectionDetails
, with the latter taking priority.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
.