Class CompositePerformanceCounter

java.lang.Object
org.apache.camel.management.CompositePerformanceCounter
All Implemented Interfaces:
PerformanceCounter

public class CompositePerformanceCounter extends Object implements PerformanceCounter
A composite PerformanceCounter is used for tracking performance statistics on both a per context and route level, by issuing callbacks on both when an event happens.

This implementation is used so the ManagedCamelContext can aggregate all stats from the routes.