Uses of Interface
org.apache.camel.health.HealthCheckRegistry
-
Packages that use HealthCheckRegistry Package Description org.apache.camel.health Camel Health Check supportorg.apache.camel.spi 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 HealthCheckRegistry Modifier and Type Method Description static 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 HealthCheckRegistry Modifier and Type Method Description ObjectManagementObjectStrategy. getManagedObjectForCamelHealth(CamelContext context, HealthCheckRegistry healthCheckRegistry)
-