@Configuration(proxyBeanMethods=false) @ConditionalOnProperty(value="eureka.client.healthcheck.enabled", matchIfMissing=false) protected static class EurekaDiscoveryClientConfiguration.EurekaHealthCheckHandlerConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
EurekaHealthCheckHandlerConfiguration() |
Modifier and Type | Method and Description |
---|---|
EurekaHealthCheckHandler |
eurekaHealthCheckHandler() |
protected EurekaHealthCheckHandlerConfiguration()
@Bean @ConditionalOnMissingBean(value=com.netflix.appinfo.HealthCheckHandler.class) public EurekaHealthCheckHandler eurekaHealthCheckHandler()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.