@Configuration
@ConditionalOnProperty(prefix="messaging.metrics",
name="enabled",
havingValue="true")
public class RouteMetricsConfig
extends Object
| Constructor and Description |
|---|
RouteMetricsConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spring.boot.CamelContextConfiguration |
contextConfiguration() |
com.codahale.metrics.MetricRegistry |
metricRegistry() |
Copyright © 2019. All rights reserved.