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.ManagementObjectStrategy
.PerformanceCounter
.Exchange
failed.InstrumentationProcessor
.ManagementStrategy
.ManagementStrategy
that Camel by default uses if possible.ManagementStrategy
.EventNotifier
which broadcasts JMX Notification
s.CamelContext
.TimerListenerManager
used for tracking load statistics.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