@ConfigurationProperties(prefix="camel.health.config") public static class CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties extends Object
| Constructor and Description |
|---|
HealthCheckConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
Integer |
getFailureThreshold() |
Long |
getInterval() |
String |
getParent() |
void |
setEnabled(Boolean enabled) |
void |
setFailureThreshold(Integer failureThreshold) |
void |
setInterval(Long interval) |
void |
setParent(String parent) |
org.apache.camel.health.HealthCheckConfiguration |
toHealthCheckConfiguration() |
public String getParent()
public void setParent(String parent)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Long getInterval()
public void setInterval(Long interval)
public Integer getFailureThreshold()
public void setFailureThreshold(Integer failureThreshold)
public org.apache.camel.health.HealthCheckConfiguration toHealthCheckConfiguration()
Apache Camel