Uses of Interface
org.apache.camel.health.HealthCheckRegistry
Packages that use HealthCheckRegistry
Package
Description
Health check API for readiness and liveness monitoring of the CamelContext, routes, and components.
-
Uses of HealthCheckRegistry in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheckRegistryModifier and TypeMethodDescriptionstatic @Nullable HealthCheckRegistryHealthCheckRegistry.get(@Nullable CamelContext context) Returns an optionalHealthCheckRegistry, by default no registry is present, and it must be explicit activated.static @Nullable HealthCheckRegistryHealthCheckHelper.getHealthCheckRegistry(CamelContext context) Gets theHealthCheckRegistry. -
Uses of HealthCheckRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type HealthCheckRegistryModifier and TypeMethodDescriptionManagementObjectStrategy.getManagedObjectForCamelHealth(CamelContext context, HealthCheckRegistry healthCheckRegistry)