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 TypeInterfaceDescriptioninterfaceAn interface to represent an object which wishes to be injected with theHealthCheckMethods 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 theHealthCheckRepositoryby the given id (will resolve from classpath if necessary)Methods in org.apache.camel.health that return HealthCheckRepositoryModifier and TypeMethodDescriptionstatic HealthCheckRepositoryHealthCheckHelper.getHealthCheckRepository(CamelContext context, String id) Gets theHealthCheckRepositoryby 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 givenidif available.