@Configuration @EnableConfigurationProperties(value=HealthIndicatorAutoConfigurationProperties.class) public class HealthIndicatorAutoConfiguration extends Object
Constructor and Description |
---|
HealthIndicatorAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
ApplicationHealthIndicator |
applicationHealthIndicator() |
OrderedHealthAggregator |
healthAggregator() |
@Bean @ConditionalOnMissingBean(value=HealthAggregator.class) public OrderedHealthAggregator healthAggregator()
@Bean @ConditionalOnMissingBean(value=HealthIndicator.class) public ApplicationHealthIndicator applicationHealthIndicator()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.