public class RegistryRepository extends Object implements org.apache.camel.CamelContextAware, org.apache.camel.health.HealthCheckRepository
| Constructor and Description |
|---|
RegistryRepository() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.CamelContext |
getCamelContext() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
Stream<org.apache.camel.health.HealthCheck> |
stream() |
public void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic Stream<org.apache.camel.health.HealthCheck> stream()
stream in interface org.apache.camel.health.HealthCheckRepositoryApache Camel