@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()
Deprecated.
|
Long |
getInterval()
Deprecated.
|
String |
getParent() |
void |
setEnabled(Boolean enabled) |
void |
setFailureThreshold(Integer failureThreshold)
Deprecated.
|
void |
setInterval(Long interval)
Deprecated.
|
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)
@Deprecated public Long getInterval()
@Deprecated public void setInterval(Long interval)
@Deprecated public Integer getFailureThreshold()
@Deprecated public void setFailureThreshold(Integer failureThreshold)
public org.apache.camel.health.HealthCheckConfiguration toHealthCheckConfiguration()
Apache Camel