public class MBeanRouteStatisticsCollector extends BaseMBeanAttributeCollector
| Constructor and Description |
|---|
MBeanRouteStatisticsCollector(org.apache.camel.CamelContext camelContext,
MBeanServer mBeanServer,
String statisticsCollectorType,
boolean shouldCacheProcessorHolders,
boolean shouldCacheRouteHolders) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteStatistics> |
query(List<org.apache.camel.Processor> processors,
org.apache.camel.Exchange exchange)
Query stats for processors
|
getIntegerAttribute, getLongAttribute, getStringAttribute, queryNamespublic MBeanRouteStatisticsCollector(org.apache.camel.CamelContext camelContext,
MBeanServer mBeanServer,
String statisticsCollectorType,
boolean shouldCacheProcessorHolders,
boolean shouldCacheRouteHolders)
public List<RouteStatistics> query(List<org.apache.camel.Processor> processors, org.apache.camel.Exchange exchange)
processors - exchange - Copyright © 2017 Gareth Healy. All rights reserved.