Class RabbitBinderConfiguration.CloudProfile
java.lang.Object
org.springframework.cloud.stream.binder.rabbit.config.RabbitBinderConfiguration.CloudProfile
- Enclosing class:
RabbitBinderConfiguration
@Configuration(proxyBeanMethods=false)
@Profile("cloud")
protected static class RabbitBinderConfiguration.CloudProfile
extends Object
Configuration to be used when the cloud profile is set.
- Author:
- Mark Fisher, Dave Syer, Glenn Renfro, David Turanski, Eric Bottard, Marius Bogoevici, Ilayaperumal Gopinathan, Artem Bilan, Gary Russell, Chris Bono, Soby Chacko
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classConfiguration to be used when the cloud profile is set, and Cloud Connectors are found on the classpath.protected static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CloudProfile
protected CloudProfile()
-