public interface AgentControlIntegrationConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHealthClientType()
Return the health client type ("file" or "noop" for example)
|
java.net.URI |
getHealthDeliveryLocation()
Get the health reporting location information
|
int |
getHealthReportingFrequency()
Return the frequency of the health messages reported to Agent Control, in seconds
|
boolean |
isEnabled()
Check if the Agent Control integration service is enabled
|
boolean isEnabled()
true if the Agent Control Health Check service is enabled, else false.java.net.URI getHealthDeliveryLocation()
int getHealthReportingFrequency()
java.lang.String getHealthClientType()