@Configuration
@AutoConfigureBefore(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class)
@ConditionalOnProperty(prefix="camel.component.consul.health.check.repository",
value="enabled")
@EnableConfigurationProperties(value=HealthCheckRepositoryConfiguration.class)
public class HealthCheckRepositoryAutoConfiguration
extends Object
| Constructor and Description |
|---|
HealthCheckRepositoryAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.health.HealthCheckRepository |
consulRepository() |
Apache Camel