Package org.apache.camel.api.management
Annotation Type ManagedNotification
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface ManagedNotification
A class level annotation to define the mbean emits this JMX notification
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
String[]
notificationTypes
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
-
-
-
-
notificationTypes
String[] notificationTypes
-
-
-
description
String description
- Default:
- ""
-
-