Package org.apache.camel.api.management
Interface JmxNotificationBroadcasterAware
public interface JmxNotificationBroadcasterAware
Strategy to use a custom
NotificationBroadcasterSupport when broadcasting JMX notifications using for example
the org.apache.camel.management.JmxNotificationEventNotifier.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetNotificationBroadcaster(NotificationBroadcasterSupport broadcaster) Sets to use a custom broadcaster
-
Method Details
-
setNotificationBroadcaster
Sets to use a custom broadcaster- Parameters:
broadcaster- the custom broadcaster
-