public interface RouteStatistics
| Modifier and Type | Method and Description |
|---|---|
Object |
getRouteStatistic(CamelContext camelContext,
String routeID,
String attribute)
Gets statistic for the given route
|
Object getRouteStatistic(CamelContext camelContext, String routeID, String attribute)
camelContext - the context in questionrouteID - the routeID to retrieve stats forattribute - the attribute to retrieveApache CAMEL