Package org.apache.synapse.inbound
Class InboundEndpointStatisticsCloseEventListener
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.StatisticsCloseEventListener
-
- org.apache.synapse.inbound.InboundEndpointStatisticsCloseEventListener
-
public class InboundEndpointStatisticsCloseEventListener extends StatisticsCloseEventListener
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.aspects.flow.statistics.StatisticsCloseEventListener
componentName, componentType, statisticReportingIndex
-
-
Constructor Summary
Constructors Constructor Description InboundEndpointStatisticsCloseEventListener(String componentName, 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.
-
-
-
Method Detail
-
invokeCloseEventEntry
public void invokeCloseEventEntry(MessageContext synCtx)
Description copied from class:StatisticsCloseEventListener
This method implements how to close the statistic events from synapse mediation engine.- Overrides:
invokeCloseEventEntry
in classStatisticsCloseEventListener
- Parameters:
synCtx
- synapse message context
-
-