Class RabbitBinderConfiguration.CloudProfile.CloudConnectors
- java.lang.Object
-
- org.springframework.cloud.stream.binder.rabbit.config.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classRabbitBinderConfiguration.CloudProfile.CloudConnectors.OverrideCloudConnectorsConfiguration to be used ifspring.cloud.stream.override-cloud-connectorsis set totrue.protected static classRabbitBinderConfiguration.CloudProfile.CloudConnectors.UseCloudConnectorsActive only ifspring.cloud.stream.override-cloud-connectorsis not set totrue.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudConnectors()
-