Class MetricsComponentConfiguration


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

      • MetricsComponentConfiguration

        public MetricsComponentConfiguration()
    • Method Detail

      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getBasicPropertyBinding

        public Boolean getBasicPropertyBinding()
      • setBasicPropertyBinding

        public void setBasicPropertyBinding​(Boolean basicPropertyBinding)
      • getMetricRegistry

        public String getMetricRegistry()
      • setMetricRegistry

        public void setMetricRegistry​(String metricRegistry)