Package org.apache.camel.api.management
Interface JmxNotificationBroadcasterAware
-
public interface JmxNotificationBroadcasterAware
Strategy to use a customNotificationBroadcasterSupport
when broadcasting JMX notifications using for example theorg.apache.camel.management.JmxNotificationEventNotifier
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-