Package org.apache.camel.api.management

Service provider interfaces for management.

See:
          Description

Interface Summary
JmxNotificationBroadcasterAware Strategy to use a custom NotificationBroadcasterSupport when broadcasting JMX notifications using for example the JmxNotificationEventNotifier.
ManagedInstance  
NotificationSender To be implemented by classes that can send out notifications
NotificationSenderAware To be implemented by the user class to get a NotificationSender injected
PerformanceCounter A counter that gathers performance metrics when an Exchange is routed in Camel.
 

Annotation Types Summary
ManagedAttribute A method level annotation to mark the method as being a JMX attribute.
ManagedNotification  
ManagedNotifications  
ManagedOperation A method level annotation to mark the method as being a JMX operation.
ManagedResource A class level annotation to mark the class as being managed in the JMX server.
 

Package org.apache.camel.api.management Description

Service provider interfaces for management. These help make components management-aware and also allow components to implement their own management strategies.



Apache Camel