Package org.apache.camel.management
Camel management
-
Interface Summary Interface Description PerformanceCounter A counter that gathers performance metrics when anExchangeis routed in Camel. -
Class Summary Class Description CompositePerformanceCounter A compositePerformanceCounteris 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 theManagedCounterfor instrumenting processing of exchanges.DefaultManagementAgent Default implementation of the Camel JMX service agentDefaultManagementLifecycleStrategy Deprecated. use JmxManagementLifecycleStrategyDefaultManagementObjectNameStrategy Naming strategy used when registering MBeans.DefaultManagementObjectStrategy DefaultManagementObjectStrategy.DelegatePerformanceCounter Delegates to anotherPerformanceCounter.InstrumentationInterceptStrategy This strategy class wraps targeted processors with aManagementInterceptStrategy.InstrumentationProcessor.JmxManagementLifecycleStrategy Default JMX managed lifecycle strategy that registered objects using the configuredManagementStrategy.JmxManagementStrategy A JMX capableManagementStrategythat Camel by default uses if possible.JmxManagementStrategyFactory Factory for creating JMXManagementStrategy.JmxNotificationEventNotifier A JMX basedEventNotifierwhich broadcasts JMXNotifications.LoggingEventNotifier Logging event notifier that only notifies if INFO log level has been configured for its logger.ManagedCamelContextImpl JMX capableCamelContext.ManagedLoadTimer TheTimerListenerManagerused for tracking load statistics.ManagedManagementStrategy Deprecated. PublishEventNotifier