public class ConsulHealthCheckRepository extends Object implements org.apache.camel.health.HealthCheckRepository, org.apache.camel.CamelContextAware
Modifier and Type | Class and Description |
---|---|
static class |
ConsulHealthCheckRepository.Builder |
Constructor and Description |
---|
ConsulHealthCheckRepository() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.CamelContext |
getCamelContext() |
ConsulHealthCheckRepositoryConfiguration |
getConfiguration() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setConfiguration(ConsulHealthCheckRepositoryConfiguration configuration) |
Stream<org.apache.camel.health.HealthCheck> |
stream() |
public ConsulHealthCheckRepositoryConfiguration getConfiguration()
public void setConfiguration(ConsulHealthCheckRepositoryConfiguration configuration)
public void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext
in interface org.apache.camel.CamelContextAware
public org.apache.camel.CamelContext getCamelContext()
getCamelContext
in interface org.apache.camel.CamelContextAware
public Stream<org.apache.camel.health.HealthCheck> stream()
stream
in interface org.apache.camel.health.HealthCheckRepository
Apache Camel