Package org.apache.camel.health
Interface HealthCheckResolver
- All Superinterfaces:
CamelContextAware,HasCamelContext
A pluggable strategy for resolving health checks in a loosely coupled manner
-
Method Summary
Modifier and TypeMethodDescriptionResolves the givenHealthCheck.Resolves the givenHealthCheckRepository.Methods inherited from interface org.apache.camel.CamelContextAware
setCamelContextMethods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext
-
Method Details
-
resolveHealthCheck
Resolves the givenHealthCheck.- Parameters:
id- the id of theHealthCheck- Returns:
- the resolved
HealthCheck, or null if not found
-
resolveHealthCheckRepository
Resolves the givenHealthCheckRepository.- Parameters:
id- the id of theHealthCheckRepository- Returns:
- the resolved
HealthCheckRepository, or null if not found
-