@Configuration @EnableConfigurationProperties(value=HealthProperties.class) public class HealthAutoConfiguration extends java.lang.Object
com.netflix.genie.web.health| Constructor and Description |
|---|
HealthAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GenieAgentHealthIndicator |
genieAgentHealthIndicator(AgentConnectionTrackingService agentConnectionTrackingService)
Provide a health indicator tied to agent related information if one hasn't already been provided elsewhere.
|
@Bean @ConditionalOnMissingBean(value=GenieAgentHealthIndicator.class) public GenieAgentHealthIndicator genieAgentHealthIndicator(AgentConnectionTrackingService agentConnectionTrackingService)
agentConnectionTrackingService - the agent connection tracking serviceGenieAgentHealthIndicator