@ConfigurationProperties(value="camel.component.consul.health.check.repository")
public class HealthCheckRepositoryConfiguration
extends org.apache.camel.spring.boot.health.AbstractHealthCheckConfiguration
| Constructor and Description |
|---|
HealthCheckRepositoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChecks() |
Map<String,org.apache.camel.spring.boot.health.AbstractHealthCheckConfiguration> |
getConfigurations() |
void |
setChecks(List<String> checks) |
void |
setConfigurations(Map<String,org.apache.camel.spring.boot.health.AbstractHealthCheckConfiguration> configurations) |
Apache Camel