类 ModelMBeanNotificationPublisher

java.lang.Object
cn.taketoday.jmx.export.notification.ModelMBeanNotificationPublisher
所有已实现的接口:
NotificationPublisher

public class ModelMBeanNotificationPublisher extends Object implements NotificationPublisher
NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller, Rick Evans
另请参阅: