Uses of Interface
org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
Packages that use RabbitConnectionDetails
-
Uses of RabbitConnectionDetails in org.springframework.boot.autoconfigure.amqp
Constructors in org.springframework.boot.autoconfigure.amqp with parameters of type RabbitConnectionDetailsModifierConstructorDescriptionprotected
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
.