Class MulePipelineMessageNotificationListener
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.AbstractMuleNotificationListener
-
- com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.MulePipelineMessageNotificationListener
-
- All Implemented Interfaces:
org.mule.runtime.api.notification.NotificationListener<org.mule.runtime.api.notification.PipelineMessageNotification>,org.mule.runtime.api.notification.PipelineMessageNotificationListener<org.mule.runtime.api.notification.PipelineMessageNotification>
public class MulePipelineMessageNotificationListener extends AbstractMuleNotificationListener implements org.mule.runtime.api.notification.PipelineMessageNotificationListener<org.mule.runtime.api.notification.PipelineMessageNotification>
-
-
Field Summary
-
Fields inherited from class com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.AbstractMuleNotificationListener
muleNotificationProcessor
-
-
Constructor Summary
Constructors Constructor Description MulePipelineMessageNotificationListener(MuleNotificationProcessor muleNotificationProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNotification(org.mule.runtime.api.notification.PipelineMessageNotification notification)
-
-
-
Constructor Detail
-
MulePipelineMessageNotificationListener
public MulePipelineMessageNotificationListener(MuleNotificationProcessor muleNotificationProcessor)
-
-