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 HealthCheckRegistry
HealthCheckRegistry. get(CamelContext context)
Returns an optionalHealthCheckRegistry
, by default no registry is present and it must be explicit activated. -
Uses of HealthCheckRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type HealthCheckRegistry Modifier and Type Method Description Object
ManagementObjectStrategy. getManagedObjectForCamelHealth(CamelContext context, HealthCheckRegistry healthCheckRegistry)
-