Uses of Interface
org.apache.camel.health.HealthCheckRegistry
Packages that use HealthCheckRegistry
Package
Description
Camel Health Check support
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of HealthCheckRegistry in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheckRegistryModifier and TypeMethodDescriptionstatic HealthCheckRegistryHealthCheckRegistry.get(CamelContext context) Returns an optionalHealthCheckRegistry, by default no registry is present, and it must be explicit activated.static 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)