Hierarchy For Package org.apache.camel.impl.health

Class Hierarchy

  • java.lang.Object
    • org.apache.camel.impl.health.AbstractHealthCheck (implements org.apache.camel.CamelContextAware, org.apache.camel.health.HealthCheck)
    • org.apache.camel.support.service.BaseService
      • org.apache.camel.support.service.ServiceSupport (implements org.apache.camel.StatefulService)
        • org.apache.camel.impl.health.ConsumersHealthCheckRepository (implements org.apache.camel.CamelContextAware, org.apache.camel.health.HealthCheckRepository, org.apache.camel.NonManagedService, org.apache.camel.StaticService)
        • org.apache.camel.impl.health.DefaultHealthCheckRegistry (implements org.apache.camel.health.HealthCheckRegistry)
        • org.apache.camel.impl.health.HealthCheckRegistryRepository (implements org.apache.camel.CamelContextAware, org.apache.camel.health.HealthCheckRepository, org.apache.camel.NonManagedService, org.apache.camel.StaticService)
        • org.apache.camel.impl.health.ProducersHealthCheckRepository (implements org.apache.camel.CamelContextAware, org.apache.camel.NonManagedService, org.apache.camel.StaticService, org.apache.camel.health.WritableHealthCheckRepository)
        • org.apache.camel.impl.health.RoutesHealthCheckRepository (implements org.apache.camel.CamelContextAware, org.apache.camel.health.HealthCheckRepository, org.apache.camel.NonManagedService, org.apache.camel.StaticService)
    • org.apache.camel.impl.health.DefaultHealthChecksLoader