Class MicroProfileHealthProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.microprofile.health.deployment.MicroProfileHealthProcessor
-
class MicroProfileHealthProcessor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classMicroProfileHealthProcessor.HealthEnabled(package private) static classMicroProfileHealthProcessor.HealthRegistryEnabled
-
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)(package private) org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItemcustomizeHealthCheckRegistry(org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthRecorder recorder)(package private) org.apache.camel.quarkus.core.deployment.spi.CamelServicePatternBuildItemexcludeDefaultHealthCheckRegistry()(package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()
-
-
-
Method Detail
-
feature
io.quarkus.deployment.builditem.FeatureBuildItem feature()
-
excludeDefaultHealthCheckRegistry
org.apache.camel.quarkus.core.deployment.spi.CamelServicePatternBuildItem excludeDefaultHealthCheckRegistry()
-
customizeHealthCheckRegistry
org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem customizeHealthCheckRegistry(org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthRecorder recorder)
-
camelHealthDiscovery
List<org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem> camelHealthDiscovery(io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex)
-
-