See: Description
| Interface | Description |
|---|---|
| JmxNotificationBroadcasterAware |
Strategy to use a custom
NotificationBroadcasterSupport when broadcasting
JMX notifications using for example the JmxNotificationEventNotifier. |
| ManagedInstance |
Holds the instance being managed.
|
| 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 Type | Description |
|---|---|
| ManagedAttribute |
A method level annotation to mark the method as being a JMX attribute.
|
| ManagedNotification |
A class level annotation to define the mbean emits this JMX notification
|
| ManagedNotifications |
A class level annotation to define the mbean emits a set of JMX notifications
|
| 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.
|
Apache Camel