Class RabbitBinderConfiguration.NoCloudProfile

  • Enclosing class:
    RabbitBinderConfiguration

    @Configuration
    @Profile("!cloud")
    @Import(RabbitConfiguration.class)
    protected static class RabbitBinderConfiguration.NoCloudProfile
    extends Object
    Configuration to be used when the cloud profile is not set. Defer to Spring Boot auto-configuration.
    • Constructor Detail

      • NoCloudProfile

        protected NoCloudProfile()