类的使用
org.springframework.boot.autoconfigure.amqp.RabbitProperties
使用RabbitProperties的程序包
-
org.springframework.boot.autoconfigure.amqp中RabbitProperties的使用
修饰符和类型方法说明protected final RabbitPropertiesAbstractRabbitListenerContainerFactoryConfigurer.getRabbitProperties()protected final RabbitPropertiesRabbitTemplateConfigurer.getRabbitProperties()修饰符和类型方法说明protected abstract voidAbstractConnectionFactoryConfigurer.configure(T connectionFactory, RabbitProperties rabbitProperties) Configures the givenconnectionFactoryusing the givenrabbitProperties.voidCachingConnectionFactoryConfigurer.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) 限定符构造器说明protectedAbstractConnectionFactoryConfigurer(RabbitProperties properties) Creates a new configurer that will configure the connection factory using the givenproperties.protectedAbstractConnectionFactoryConfigurer(RabbitProperties properties, RabbitConnectionDetails connectionDetails) Creates a new configurer that will configure the connection factory using the givenpropertiesandconnectionDetails, with the latter taking priority.protectedAbstractRabbitListenerContainerFactoryConfigurer(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 givenpropertiesandconnectionDetails, 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 givenresourceLoaderandproperties.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.protectedRabbitConnectionFactoryCreator(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.