@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=HealthIndicatorProperties.class) public class HealthIndicatorAutoConfiguration extends Object
Constructor and Description |
---|
HealthIndicatorAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
ApplicationHealthIndicator |
applicationHealthIndicator() |
OrderedHealthAggregator |
healthAggregator(HealthIndicatorProperties properties) |
HealthIndicatorRegistry |
healthIndicatorRegistry(org.springframework.context.ApplicationContext applicationContext) |
@Bean @ConditionalOnMissingBean(value={HealthIndicator.class,ReactiveHealthIndicator.class}) public ApplicationHealthIndicator applicationHealthIndicator()
@Bean @ConditionalOnMissingBean(value=HealthAggregator.class) public OrderedHealthAggregator healthAggregator(HealthIndicatorProperties properties)
@Bean @ConditionalOnMissingBean(value=HealthIndicatorRegistry.class) public HealthIndicatorRegistry healthIndicatorRegistry(org.springframework.context.ApplicationContext applicationContext)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.