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 SummaryConstructorsConstructorDescriptionGenieAgentHealthIndicator(AgentConnectionTrackingService agentConnectionTrackingService) Constructor.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicatorgetHealth
- 
Constructor Details- 
GenieAgentHealthIndicatorConstructor.- Parameters:
- agentConnectionTrackingService- The service tracking live agent connections
 
 
- 
- 
Method Details- 
healthpublic org.springframework.boot.actuate.health.Health health()- Specified by:
- healthin interface- org.springframework.boot.actuate.health.HealthIndicator
 
 
-