Class MetricsComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.metrics.springboot.MetricsComponentConfiguration
@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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.codahale.metrics.MetricRegistryvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetMetricRegistry(com.codahale.metrics.MetricRegistry metricRegistry) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
MetricsComponentConfiguration
public MetricsComponentConfiguration()
-
-
Method Details
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getMetricRegistry
public com.codahale.metrics.MetricRegistry getMetricRegistry() -
setMetricRegistry
public void setMetricRegistry(com.codahale.metrics.MetricRegistry metricRegistry)
-