接口的使用
cn.taketoday.jmx.export.notification.NotificationPublisher
使用NotificationPublisher的程序包
程序包
说明
Provides supporting infrastructure to allow Framework-created MBeans
to send JMX notifications.
-
cn.taketoday.jmx.export.notification中NotificationPublisher的使用
修饰符和类型类说明classNotificationPublisherimplementation that uses the infrastructure provided by theModelMBeaninterface to trackjavax.management.NotificationListenersand sendNotificationsto those listeners.修饰符和类型方法说明voidNotificationPublisherAware.setNotificationPublisher(NotificationPublisher notificationPublisher) Set theNotificationPublisherinstance for the current managed resource instance.