@ConfigurationProperties(prefix="camel.health.check.service") public class HealthCheckServiceConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
class |
HealthCheckServiceConfiguration.Check |
Constructor and Description |
---|
HealthCheckServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCheckInterval() |
Map<String,HealthCheckServiceConfiguration.Check> |
getChecks() |
boolean |
isEnabled() |
void |
setCheckInterval(String checkInterval) |
void |
setEnabled(boolean enabled) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getCheckInterval()
public void setCheckInterval(String checkInterval)
public Map<String,HealthCheckServiceConfiguration.Check> getChecks()
Apache Camel