Uses of Interface
org.apache.camel.health.HealthCheckRepository
Packages that use HealthCheckRepository
Package
Description
Health check API for readiness and liveness monitoring of the CamelContext, routes, and components.
-
Uses of HealthCheckRepository in org.apache.camel.health
Subinterfaces of HealthCheckRepository in org.apache.camel.healthModifier and TypeInterfaceDescriptioninterfaceAHealthCheckRepositorythat supports adding and removing health checks at runtime.Methods in org.apache.camel.health with type parameters of type HealthCheckRepositoryModifier and TypeMethodDescriptionstatic <T extends HealthCheckRepository>
@Nullable 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 @Nullable HealthCheckRepositoryHealthCheckHelper.getHealthCheckRepository(CamelContext context, String id) Gets theHealthCheckRepositoryby the given id (will resolve from classpath if necessary)@Nullable HealthCheckRepositoryHealthCheckResolver.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.