public class HttpHealthCheckBuilder extends java.lang.Object implements HealthCheckBuilder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_PROP_HEALTH_CHECK_HTTP |
static java.lang.String |
CONFIG_PROP_HEALTH_CHECK_HTTP_INTERVAL_SECONDS |
| Constructor and Description |
|---|
HttpHealthCheckBuilder() |
| Modifier and Type | Method and Description |
|---|---|
com.orbitz.consul.model.agent.Registration.RegCheck |
buildRegistrationCheck(java.util.Map<java.lang.String,java.lang.Object> registratorConfig,
com.hazelcast.nio.Address localAddress)
Method to build a registration check object
|
public static final java.lang.String CONFIG_PROP_HEALTH_CHECK_HTTP
public static final java.lang.String CONFIG_PROP_HEALTH_CHECK_HTTP_INTERVAL_SECONDS
public com.orbitz.consul.model.agent.Registration.RegCheck buildRegistrationCheck(java.util.Map<java.lang.String,java.lang.Object> registratorConfig,
com.hazelcast.nio.Address localAddress)
HealthCheckBuilderbuildRegistrationCheck in interface HealthCheckBuilder