@Configuration @ConditionalOnMissingBean(value=org.springframework.cloud.stream.binder.Binder.class) @Import(value=RabbitMessageChannelBinderConfiguration.class) public class RabbitServiceAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RabbitServiceAutoConfiguration.CloudProfile
Configuration to be used when the cloud profile is set.
|
protected static class |
RabbitServiceAutoConfiguration.NoCloudProfile
Configuration to be used when the cloud profile is not set.
|
| Constructor and Description |
|---|
RabbitServiceAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HealthIndicator |
binderHealthIndicator(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.