Uses of Interface
org.apache.camel.health.HealthCheckRepository
Packages that use HealthCheckRepository
-
Uses of HealthCheckRepository in org.apache.camel.health
Subinterfaces of HealthCheckRepository in org.apache.camel.healthModifier and TypeInterfaceDescriptioninterface
An interface to represent an object which wishes to be injected with theHealthCheck
Methods in org.apache.camel.health with type parameters of type HealthCheckRepositoryModifier and TypeMethodDescriptionstatic <T extends HealthCheckRepository>
THealthCheckHelper.getHealthCheckRepository
(CamelContext context, String id, Class<T> type) Gets theHealthCheckRepository
by the given id (will resolve from classpath if necessary)Methods in org.apache.camel.health that return HealthCheckRepositoryModifier and TypeMethodDescriptionstatic HealthCheckRepository
HealthCheckHelper.getHealthCheckRepository
(CamelContext context, String id) Gets theHealthCheckRepository
by the given id (will resolve from classpath if necessary)HealthCheckResolver.resolveHealthCheckRepository
(String id) Resolves the givenHealthCheckRepository
.Methods in org.apache.camel.health that return types with arguments of type HealthCheckRepositoryModifier and TypeMethodDescriptionHealthCheckRegistry.getRepository
(String id) Returns the repository identified by the givenid
if available.