public class SensuHealthcheckReporter
extends java.lang.Object
| Constructor and Description |
|---|
SensuHealthcheckReporter(int reportingInterval) |
SensuHealthcheckReporter(int reportingInterval,
com.google.common.net.HostAndPort sensuAddress) |
SensuHealthcheckReporter(int reportingInterval,
java.lang.String clientSocketHost,
int clientSocketPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
report(java.util.List<HealthcheckResult> results) |
void |
run() |
public SensuHealthcheckReporter(int reportingInterval)
public SensuHealthcheckReporter(int reportingInterval,
java.lang.String clientSocketHost,
int clientSocketPort)
public SensuHealthcheckReporter(int reportingInterval,
com.google.common.net.HostAndPort sensuAddress)
public void report(java.util.List<HealthcheckResult> results)
public void run()
run in interface java.lang.Runnable