Class JfrProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.jfr.deployment.JfrProcessor
-
class JfrProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description JfrProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItemcustomizeCamelContext(org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig config, org.apache.camel.quarkus.component.jfr.CamelJfrRecorder recorder)(package private) org.apache.camel.quarkus.core.deployment.spi.CamelServicePatternBuildItemexcludeCamelJfrServicePattern()(package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()
-
-
-
Method Detail
-
feature
io.quarkus.deployment.builditem.FeatureBuildItem feature()
-
excludeCamelJfrServicePattern
org.apache.camel.quarkus.core.deployment.spi.CamelServicePatternBuildItem excludeCamelJfrServicePattern()
-
customizeCamelContext
org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItem customizeCamelContext(org.apache.camel.quarkus.component.jfr.RuntimeCamelJfrConfig config, org.apache.camel.quarkus.component.jfr.CamelJfrRecorder recorder)
-
-