java.lang.Object
org.apache.camel.quarkus.component.micrometer.deployment.MicrometerProcessor

class MicrometerProcessor extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    (专用程序包) void
    configureDefaultRegistry(List<io.quarkus.micrometer.deployment.MicrometerRegistryProviderBuildItem> providers, Optional<io.quarkus.micrometer.deployment.RootMeterRegistryBuildItem> registry, org.apache.camel.quarkus.component.micrometer.CamelMicrometerRecorder recorder)
     
    (专用程序包) org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem
    contextCustomizer(org.apache.camel.quarkus.component.micrometer.CamelMicrometerRecorder recorder, org.apache.camel.quarkus.component.micrometer.CamelMicrometerConfig config)
     
    (专用程序包) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (专用程序包) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem
    meterRegistry(io.quarkus.micrometer.deployment.RootMeterRegistryBuildItem registry)
     
    (专用程序包) org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItem
    runtimeContextCustomizer(io.quarkus.micrometer.deployment.RootMeterRegistryBuildItem rootMeterRegistryBuildItem, org.apache.camel.quarkus.component.micrometer.CamelMicrometerRecorder recorder, org.apache.camel.quarkus.component.micrometer.CamelMicrometerConfig config)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • MicrometerProcessor

      MicrometerProcessor()
  • 方法详细资料

    • feature

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

      org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem meterRegistry(io.quarkus.micrometer.deployment.RootMeterRegistryBuildItem registry)
    • contextCustomizer

      org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem contextCustomizer(org.apache.camel.quarkus.component.micrometer.CamelMicrometerRecorder recorder, org.apache.camel.quarkus.component.micrometer.CamelMicrometerConfig config)
    • runtimeContextCustomizer

      org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItem runtimeContextCustomizer(io.quarkus.micrometer.deployment.RootMeterRegistryBuildItem rootMeterRegistryBuildItem, org.apache.camel.quarkus.component.micrometer.CamelMicrometerRecorder recorder, org.apache.camel.quarkus.component.micrometer.CamelMicrometerConfig config)
    • configureDefaultRegistry

      void configureDefaultRegistry(List<io.quarkus.micrometer.deployment.MicrometerRegistryProviderBuildItem> providers, Optional<io.quarkus.micrometer.deployment.RootMeterRegistryBuildItem> registry, org.apache.camel.quarkus.component.micrometer.CamelMicrometerRecorder recorder)