Class MicroProfileHealthProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.microprofile.health.deployment.MicroProfileHealthProcessor
-
class MicroProfileHealthProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description MicroProfileHealthProcessor()
-
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) voiddisableCamelMicroProfileHealthChecks(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.FeatureBuildItemfeature()(package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItemmetricRegistry(org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthRecorder recorder, org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig config)
-
-
-
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)
-
-