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