public class RegistryRepository extends Object implements CamelContextAware, HealthCheckRepository
| Constructor and Description |
|---|
RegistryRepository() |
| Modifier and Type | Method and Description |
|---|---|
CamelContext |
getCamelContext()
Get the
CamelContext |
void |
setCamelContext(CamelContext camelContext)
Injects the
CamelContext |
Stream<HealthCheck> |
stream()
Returns a sequential
Stream with the known HealthCheck
as its source. |
public RegistryRepository()
public void setCamelContext(CamelContext camelContext)
CamelContextAwareCamelContextsetCamelContext in interface CamelContextAwarecamelContext - the Camel contextpublic CamelContext getCamelContext()
CamelContextAwareCamelContextgetCamelContext in interface CamelContextAwarepublic Stream<HealthCheck> stream()
HealthCheckRepositoryStream with the known HealthCheck
as its source.stream in interface HealthCheckRepositoryApache Camel