Class MicrometerComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.micrometer.springboot.MicrometerComponentConfiguration

@ConfigurationProperties(prefix="camel.component.micrometer") public class MicrometerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Collect various metrics directly from Camel routes using the Micrometer library. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • MicrometerComponentConfiguration

      public MicrometerComponentConfiguration()
  • Method Details

    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getMetricsRegistry

      public io.micrometer.core.instrument.MeterRegistry getMetricsRegistry()
    • setMetricsRegistry

      public void setMetricsRegistry(io.micrometer.core.instrument.MeterRegistry metricsRegistry)