@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.metrics") public class MetricsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
MetricsComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.codahale.metrics.MetricRegistry |
getMetricRegistry() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setMetricRegistry(com.codahale.metrics.MetricRegistry metricRegistry) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public com.codahale.metrics.MetricRegistry getMetricRegistry()
public void setMetricRegistry(com.codahale.metrics.MetricRegistry metricRegistry)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel