Package org.springframework.jmx.export.notification
@NonNullApi
@NonNullFields
package org.springframework.jmx.export.notification
Provides supporting infrastructure to allow Spring-created MBeans
to send JMX notifications.
-
ClassDescription
NotificationPublisher
implementation that uses the infrastructure provided by theModelMBean
interface to trackjavax.management.NotificationListeners
and sendNotifications
to those listeners.Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to theMBeanServer
.Interface to be implemented by any Spring-managed resource that is to be registered with anMBeanServer
and wishes to send JMXjavax.management.Notifications
.Thrown when a JMXNotification
is unable to be sent.