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