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