Package io.meeds.analytics.plugin
Interface StatisticDataProcessorPlugin
public interface StatisticDataProcessorPlugin
-
Method Summary
Modifier and TypeMethodDescriptiongetId()voidprocess(List<StatisticDataQueueEntry> processorQueueEntries) Process statistic data
-
Method Details
-
getId
String getId()- Returns:
- processor identifier
-
process
Process statistic data- Parameters:
processorQueueEntries-ListofStatisticDataQueueEntry
-