Class RabbitBinderConfiguration.CloudProfile.CloudConnectors

java.lang.Object
org.springframework.cloud.stream.binder.rabbit.config.RabbitBinderConfiguration.CloudProfile.CloudConnectors
Enclosing class:
RabbitBinderConfiguration.CloudProfile

@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.springframework.cloud.Cloud.class) protected static class RabbitBinderConfiguration.CloudProfile.CloudConnectors extends Object
Configuration to be used when the cloud profile is set, and Cloud Connectors are found on the classpath.
Author:
Mark Fisher, Dave Syer, Glenn Renfro, David Turanski, Eric Bottard, Marius Bogoevici, Ilayaperumal Gopinathan, Artem Bilan, Gary Russell, Chris Bono, Soby Chacko
  • Constructor Details

    • CloudConnectors

      protected CloudConnectors()
  • Method Details

    • cloud

      @Bean @ConditionalOnMissingBean public org.springframework.cloud.Cloud cloud()