Uses of Interface
org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
Packages that use RabbitConnectionDetails
-
Uses of RabbitConnectionDetails in org.springframework.boot.amqp.autoconfigure
Constructors in org.springframework.boot.amqp.autoconfigure with parameters of type RabbitConnectionDetailsModifierConstructorDescriptionprotectedAbstractConnectionFactoryConfigurer(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenpropertiesandconnectionDetails, with the latter taking priority.CachingConnectionFactoryConfigurer(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenpropertiesandconnectionDetails, 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, @Nullable SslBundles sslBundles) Creates a new configurer that will use the givenresourceLoader,properties,connectionDetails, andsslBundles.