Class CamelHealthCheckIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

    public class CamelHealthCheckIndicator
    extends org.springframework.boot.actuate.health.AbstractHealthIndicator
    Camel HealthIndicator.
    • Constructor Detail

      • CamelHealthCheckIndicator

        public CamelHealthCheckIndicator​(org.springframework.context.ApplicationContext applicationContext,
                                         org.apache.camel.CamelContext camelContext)
    • Method Detail

      • doHealthCheck

        protected void doHealthCheck​(org.springframework.boot.actuate.health.Health.Builder builder)
                              throws Exception
        Specified by:
        doHealthCheck in class org.springframework.boot.actuate.health.AbstractHealthIndicator
        Throws:
        Exception