Class MessageProcessorUtils
- java.lang.Object
-
- org.apache.synapse.message.processor.MessageProcessorUtils
-
public class MessageProcessorUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description MessageProcessorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
removeStatisticsReportingEventHolder(MessageContext messageContext)
Since the request stored in the store and consumed by the processor are considered as separate requests we need to remove the existing StatisticsReportingEventHolder object
-
-
-
Method Detail
-
removeStatisticsReportingEventHolder
public static void removeStatisticsReportingEventHolder(MessageContext messageContext)
Since the request stored in the store and consumed by the processor are considered as separate requests we need to remove the existing StatisticsReportingEventHolder object- Parameters:
messageContext
-
-
-