Package com.netflix.genie.web.health
Class GenieAgentHealthIndicator
java.lang.Object
com.netflix.genie.web.health.GenieAgentHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor
,org.springframework.boot.actuate.health.HealthIndicator
public class GenieAgentHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
Provides a health indicator relative to the behavior of Genie Agents and this Server.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorDescriptionGenieAgentHealthIndicator
(AgentConnectionTrackingService agentConnectionTrackingService) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
GenieAgentHealthIndicator
Constructor.- Parameters:
agentConnectionTrackingService
- The service tracking live agent connections
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
health
in interfaceorg.springframework.boot.actuate.health.HealthIndicator
-