@ConfigurationProperties(prefix="camel.health") public class CamelHealthCheckConfigurationProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties |
| Constructor and Description |
|---|
CamelHealthCheckConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties> |
getConfig() |
Boolean |
getConsumersEnabled() |
Boolean |
getContextEnabled() |
Boolean |
getEnabled() |
Boolean |
getRegistryEnabled() |
Boolean |
getRoutesEnabled() |
void |
setConfig(Map<String,CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties> config) |
void |
setConsumersEnabled(Boolean consumersEnabled) |
void |
setContextEnabled(Boolean contextEnabled) |
void |
setEnabled(Boolean enabled) |
void |
setRegistryEnabled(Boolean registryEnabled) |
void |
setRoutesEnabled(Boolean routesEnabled) |
public CamelHealthCheckConfigurationProperties()
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Boolean getContextEnabled()
public void setContextEnabled(Boolean contextEnabled)
public Boolean getRoutesEnabled()
public void setRoutesEnabled(Boolean routesEnabled)
public Boolean getConsumersEnabled()
public void setConsumersEnabled(Boolean consumersEnabled)
public Boolean getRegistryEnabled()
public void setRegistryEnabled(Boolean registryEnabled)
public Map<String,CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties> getConfig()
public void setConfig(Map<String,CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties> config)
Apache Camel