Class RabbitBinderConfiguration.CloudProfile.CloudConnectors

  • Enclosing class:
    RabbitBinderConfiguration.CloudProfile

    @Configuration
    @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.
    • Constructor Detail

      • CloudConnectors

        protected CloudConnectors()
    • Method Detail

      • cloud

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