Uses of Interface
org.apache.camel.health.HealthCheckRepository
-
Packages that use HealthCheckRepository Package Description org.apache.camel.health Camel Health Check support -
-
Uses of HealthCheckRepository in org.apache.camel.health
Methods in org.apache.camel.health that return types with arguments of type HealthCheckRepository Modifier and Type Method Description Optional<HealthCheckRepository>
HealthCheckRegistry. getRepository(String id)
Returns the repository identified by the givenid
if available.
-