@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 |
|---|---|
String |
getMetricRegistry() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setMetricRegistry(String metricRegistry) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getMetricRegistry()
public void setMetricRegistry(String metricRegistry)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel