@Configuration public class HealthIndicatorAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration |
static class |
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration |
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 |
|---|---|
HealthIndicator |
applicationHealthIndicator() |
HealthAggregator |
healthAggregator() |
@Bean @ConditionalOnMissingBean public HealthAggregator healthAggregator()
@Bean @ConditionalOnMissingBean(value=HealthIndicator.class) public HealthIndicator applicationHealthIndicator()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.