Class MicrometerComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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 Detail

      • MicrometerComponentConfiguration

        public MicrometerComponentConfiguration()
    • Method Detail

      • 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)