Class MetricEventNotificationListener
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.AbstractMuleNotificationListener
-
- com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.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 processExtensionNotifications raised by the module.
-
-
Field Summary
-
Fields inherited from class com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.AbstractMuleNotificationListener
muleNotificationProcessor
-
-
Constructor Summary
Constructors Constructor Description MetricEventNotificationListener(MuleNotificationProcessor muleNotificationProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNotification(org.mule.runtime.api.notification.ExtensionNotification notification)
-
-
-
Constructor Detail
-
MetricEventNotificationListener
public MetricEventNotificationListener(MuleNotificationProcessor muleNotificationProcessor)
-
-