| Interface | Description |
|---|---|
| PerformanceCounter |
A counter that gathers performance metrics when an
Exchange is routed in Camel. |
| Class | Description |
|---|---|
| CompositePerformanceCounter |
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. |
| DefaultInstrumentationProcessor |
JMX enabled processor or advice that uses the
ManagedCounter for
instrumenting processing of exchanges. |
| DefaultManagementAgent |
Default implementation of the Camel JMX service agent
|
| DefaultManagementLifecycleStrategy | Deprecated
use JmxManagementLifecycleStrategy
|
| DefaultManagementObjectNameStrategy |
Naming strategy used when registering MBeans.
|
| DefaultManagementObjectStrategy |
Default
ManagementObjectStrategy. |
| DelegatePerformanceCounter |
Delegates to another
PerformanceCounter. |
| InstrumentationInterceptStrategy |
This strategy class wraps targeted processors with a
InstrumentationProcessor. |
| JmxManagementLifecycleStrategy |
Default JMX managed lifecycle strategy that registered objects using the configured
ManagementStrategy. |
| JmxManagementStrategy |
A JMX capable
ManagementStrategy that Camel by default uses if possible. |
| JmxManagementStrategyFactory |
Factory for creating JMX
ManagementStrategy. |
| JmxNotificationEventNotifier |
A JMX based
EventNotifier which broadcasts JMX Notifications. |
| LoggingEventNotifier |
Logging event notifier that only notifies if INFO log level has been configured for its logger.
|
| ManagedCamelContextImpl |
JMX capable
CamelContext. |
| ManagedLoadTimer |
The
TimerListenerManager used for tracking load statistics. |
| ManagedManagementStrategy | Deprecated |
| PublishEventNotifier |
Apache Camel