Class MetricEventNotificationListener

  • All Implemented Interfaces:
    org.mule.runtime.api.notification.ExtensionNotificationListener, org.mule.runtime.api.notification.NotificationListener<org.mule.runtime.api.notification.ExtensionNotification>

    public class MetricEventNotificationListener
    extends AbstractMuleNotificationListener
    implements org.mule.runtime.api.notification.ExtensionNotificationListener
    Metric event notification listener to process ExtensionNotifications raised by the module.
    • Constructor Detail

      • MetricEventNotificationListener

        public MetricEventNotificationListener​(MuleNotificationProcessor muleNotificationProcessor)
    • Method Detail

      • onNotification

        public void onNotification​(org.mule.runtime.api.notification.ExtensionNotification notification)
        Specified by:
        onNotification in interface org.mule.runtime.api.notification.NotificationListener<org.mule.runtime.api.notification.ExtensionNotification>