Uses of Class
org.apache.synapse.aspects.flow.statistics.log.StatisticsReportingEventHolder
-
Packages that use StatisticsReportingEventHolder Package Description org.apache.synapse.aspects.flow.statistics.store -
-
Uses of StatisticsReportingEventHolder in org.apache.synapse.aspects.flow.statistics.store
Methods in org.apache.synapse.aspects.flow.statistics.store that return StatisticsReportingEventHolder Modifier and Type Method Description StatisticsReportingEventHolder
MessageDataStore. dequeue()
Removes and return StatisticReportingLog from the queueMethods in org.apache.synapse.aspects.flow.statistics.store with parameters of type StatisticsReportingEventHolder Modifier and Type Method Description void
MessageDataStore. enqueue(StatisticsReportingEventHolder statisticsReportingEventHolder)
Add StatisticsReportingEventHolder instance to the queue
-