org.apache.camel.api.management
Interface JmxNotificationBroadcasterAware

All Known Implementing Classes:
JmxNotificationEventNotifier

public interface JmxNotificationBroadcasterAware

Strategy to use a custom NotificationBroadcasterSupport when broadcasting JMX notifications using for example the JmxNotificationEventNotifier.


Method Summary
 void setNotificationBroadcaster(NotificationBroadcasterSupport broadcaster)
          Sets to use a custom broadcaster
 

Method Detail

setNotificationBroadcaster

void setNotificationBroadcaster(NotificationBroadcasterSupport broadcaster)
Sets to use a custom broadcaster

Parameters:
broadcaster - the custom broadcaster


Apache CAMEL