Class MicroProfileMetricsProcessor

java.lang.Object
org.apache.camel.quarkus.component.microprofile.metrics.deployment.MicroProfileMetricsProcessor

class MicroProfileMetricsProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem
    contextCustomizer(org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsRecorder recorder, org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsConfig config)
     
    (package private) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem
    metricRegistry(org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsRecorder recorder)
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItem
    runtimeContextCustomizer(org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsRecorder recorder, org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsConfig config)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MicroProfileMetricsProcessor

      MicroProfileMetricsProcessor()
  • Method Details

    • feature

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

      org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem metricRegistry(org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsRecorder recorder)
    • contextCustomizer

      org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem contextCustomizer(org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsRecorder recorder, org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsConfig config)
    • runtimeContextCustomizer

      org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItem runtimeContextCustomizer(org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsRecorder recorder, org.apache.camel.quarkus.component.microprofile.metrics.runtime.CamelMicroProfileMetricsConfig config)