org.apache.camel.api.management
Annotation Type ManagedNotifications


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface ManagedNotifications

A class level annotation to define the mbean emits a set of JMX notifications


Required Element Summary
 ManagedNotification[] value
           
 

Element Detail

value

public abstract ManagedNotification[] value


Apache Camel