Class StatisticsCloseEventListener
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.StatisticsCloseEventListener
-
- Direct Known Subclasses:
InboundEndpointStatisticsCloseEventListener
public class StatisticsCloseEventListener extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
componentName
protected ComponentType
componentType
protected Integer
statisticReportingIndex
-
Constructor Summary
Constructors Constructor Description StatisticsCloseEventListener()
StatisticsCloseEventListener(String componentName, ComponentType componentType, Integer statisticReportingIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invokeCloseEventEntry(MessageContext synCtx)
This method implements how to close the statistic events from synapse mediation engine.
-
-
-
Field Detail
-
componentName
protected String componentName
-
componentType
protected ComponentType componentType
-
statisticReportingIndex
protected Integer statisticReportingIndex
-
-
Constructor Detail
-
StatisticsCloseEventListener
public StatisticsCloseEventListener()
-
StatisticsCloseEventListener
public StatisticsCloseEventListener(String componentName, ComponentType componentType, Integer statisticReportingIndex)
-
-
Method Detail
-
invokeCloseEventEntry
public void invokeCloseEventEntry(MessageContext synCtx)
This method implements how to close the statistic events from synapse mediation engine.- Parameters:
synCtx
- synapse message context
-
-