Class RabbitBinderConfiguration.CloudProfile.CloudConnectors.UseCloudConnectors
java.lang.Object
org.springframework.cloud.stream.binder.rabbit.config.RabbitBinderConfiguration.CloudProfile.CloudConnectors.UseCloudConnectors
- Enclosing class:
RabbitBinderConfiguration.CloudProfile.CloudConnectors
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value="spring.cloud.stream.override-cloud-connectors",
havingValue="false",
matchIfMissing=true)
@EnableConfigurationProperties(org.springframework.boot.amqp.autoconfigure.RabbitProperties.class)
protected static class RabbitBinderConfiguration.CloudProfile.CloudConnectors.UseCloudConnectors
extends Object
Active only if
spring.cloud.stream.override-cloud-connectors is not
set to true.- Author:
- Mark Fisher, Dave Syer, Glenn Renfro, David Turanski, Eric Bottard, Marius Bogoevici, Ilayaperumal Gopinathan, Artem Bilan, Gary Russell, Chris Bono, Soby Chacko
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UseCloudConnectors
protected UseCloudConnectors()
-