Class RabbitBinderConfiguration.NoCloudProfile

java.lang.Object
org.springframework.cloud.stream.binder.rabbit.config.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 Details

    • NoCloudProfile

      protected NoCloudProfile()