Exchange is complete.PerformanceCounter is used for tracking performance statistics on both a per
context and route level, by issuing callbacks on both when an event happens.ManagedCounter for instrumenting
processing of exchanges.ManagementStrategy.ModelMBean which can be used
to register the object in JMX.ManagementObjectStrategy.ManagementStrategyPerformanceCounter.Exchange failed.ModelMBeanInfo for the given managed beanInstrumentationProcessor.EventNotifier which broadcasts JMX Notifications.TimerListenerManager used for tracking load statistics.ManagementStrategy that Camel by default uses if possible.ManagementStrategyMBeanInfo assembler that reads the
details from the ManagedResource, ManagedAttribute, ManagedOperation,
ManagedNotification, and ManagedNotifications annotations.RequiredModelMBean which allows us to intercept invoking operations on the MBean.ManagedEndpoint and
register that with the mbean server.Exchange is routed in Camel.Exchange is about to be processed.Statistic
The following modes is available:
VALUE - A statistic with this update mode is a simple value that is a straight forward
representation of the updated value.
DELTA - A statistic with this update mode is a value that represents the delta
between the last two recorded values (or the initial value if two updates have
not been recorded).Apache Camel