Class MicroProfileHealthProcessor
java.lang.Object
org.apache.camel.quarkus.component.microprofile.health.deployment.MicroProfileHealthProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class(package private) static final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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.CamelServicePatternBuildItem(package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()
-
Constructor Details
-
MicroProfileHealthProcessor
MicroProfileHealthProcessor()
-
-
Method Details
-
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)
-