@Configuration public class HealthIndicatorAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration |
static class |
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration |
static class |
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration |
static class |
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration |
static class |
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration |
Constructor and Description |
---|
HealthIndicatorAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
HealthAggregator |
healthAggregator() |
HealthIndicator |
statusHealthIndicator() |
@Bean @ConditionalOnMissingBean public HealthAggregator healthAggregator()
@Bean @ConditionalOnMissingBean(value=HealthIndicator.class) public HealthIndicator statusHealthIndicator()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.