@Configuration public class HealthEndpointAutoConfiguration extends Object
Constructor and Description |
---|
HealthEndpointAutoConfiguration(org.springframework.context.ApplicationContext applicationContext,
org.springframework.beans.factory.ObjectProvider<HealthAggregator> healthAggregator) |
Modifier and Type | Method and Description |
---|---|
HealthEndpoint |
healthEndpoint() |
StatusEndpoint |
statusEndpoint() |
public HealthEndpointAutoConfiguration(org.springframework.context.ApplicationContext applicationContext, org.springframework.beans.factory.ObjectProvider<HealthAggregator> healthAggregator)
@Bean @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint public HealthEndpoint healthEndpoint()
@Bean @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint public StatusEndpoint statusEndpoint()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.