public interface HealthCheckResolver extends CamelContextAware
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
resolveHealthCheck(String id)
Resolves the given
HealthCheck. |
HealthCheckRepository |
resolveHealthCheckRepository(String id)
Resolves the given
HealthCheckRepository. |
getCamelContext, setCamelContext, trySetCamelContextHealthCheck resolveHealthCheck(String id)
HealthCheck.id - the id of the HealthCheckHealthCheck, or null if not foundHealthCheckRepository resolveHealthCheckRepository(String id)
HealthCheckRepository.id - the id of the HealthCheckRepositoryHealthCheckRepository, or null if not foundApache Camel