Class AbstractMuleNotificationListener
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.internal.notifications.listeners.AbstractMuleNotificationListener
-
- Direct Known Subclasses:
MetricEventNotificationListener,MuleMessageProcessorNotificationListener,MulePipelineMessageNotificationListener
public abstract class AbstractMuleNotificationListener extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected MuleNotificationProcessormuleNotificationProcessor
-
Constructor Summary
Constructors Constructor Description AbstractMuleNotificationListener(MuleNotificationProcessor muleNotificationProcessor)
-
-
-
Field Detail
-
muleNotificationProcessor
protected final MuleNotificationProcessor muleNotificationProcessor
-
-
Constructor Detail
-
AbstractMuleNotificationListener
public AbstractMuleNotificationListener(MuleNotificationProcessor muleNotificationProcessor)
-
-