Class MicroProfileHealthProcessor


  • class MicroProfileHealthProcessor
    extends Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) List<org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem> camelHealthDiscovery​(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex, org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)  
      (package private) void disableCamelMicroProfileHealthChecks​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AnnotationsTransformerBuildItem> transformers, org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)  
      (package private) io.quarkus.deployment.builditem.FeatureBuildItem feature()  
      (package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem metricRegistry​(org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthRecorder recorder, org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)  
    • Constructor Detail

      • MicroProfileHealthProcessor

        MicroProfileHealthProcessor()
    • Method Detail

      • feature

        io.quarkus.deployment.builditem.FeatureBuildItem feature()
      • metricRegistry

        org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem metricRegistry​(org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthRecorder recorder,
                                                                                       org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)
      • camelHealthDiscovery

        List<org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem> camelHealthDiscovery​(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex,
                                                                                                   org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)
      • disableCamelMicroProfileHealthChecks

        void disableCamelMicroProfileHealthChecks​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AnnotationsTransformerBuildItem> transformers,
                                                  org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)