Class CamelHealthCheckAutoConfiguration.CamelHealthCheckIndicatorInitializer

    • Constructor Detail

      • CamelHealthCheckIndicatorInitializer

        protected CamelHealthCheckIndicatorInitializer()
    • Method Detail

      • camelHealthCheckIndicator

        @Bean(name="camelHealth")
        public org.springframework.boot.actuate.health.HealthIndicator camelHealthCheckIndicator​(org.springframework.context.ApplicationContext applicationContext,
                                                                                                 org.apache.camel.CamelContext camelContext,
                                                                                                 CamelHealthCheckConfigurationProperties config)