@Configuration(proxyBeanMethods=false) @ConditionalOnMissingBean(value=org.springframework.amqp.rabbit.connection.ConnectionFactory.class) protected static class RabbitAutoConfiguration.RabbitConnectionFactoryCreator extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | RabbitConnectionFactoryCreator() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.amqp.rabbit.connection.CachingConnectionFactory | rabbitConnectionFactory(RabbitProperties properties,
                       ObjectProvider<org.springframework.amqp.rabbit.connection.ConnectionNameStrategy> connectionNameStrategy) | 
@Bean public org.springframework.amqp.rabbit.connection.CachingConnectionFactory rabbitConnectionFactory(RabbitProperties properties, ObjectProvider<org.springframework.amqp.rabbit.connection.ConnectionNameStrategy> connectionNameStrategy) throws Exception
ExceptionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.