Interface ExportDataHistoryService
- All Known Implementing Classes:
DefaultExportDataHistoryService
public interface ExportDataHistoryService
ExportDataHistory Service. Records events during an export of data.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecordExportEnd(org.springframework.messaging.Message<?> message, ExportDataEvent ede, Integer count) Recording the end of the generation of data.recordExportStart(ExportDataEvent payload, Long timestamp) Record the beginning of an export.
-
Method Details
-
recordExportStart
Record the beginning of an export.- Parameters:
payload- The object that contains the information required to export datatimestamp- The time the export started- Returns:
ExportDataEvent
-
recordExportEnd
void recordExportEnd(org.springframework.messaging.Message<?> message, ExportDataEvent ede, Integer count) Recording the end of the generation of data.- Parameters:
message-ede- Export data event that contains the cronjobs codecount- The size of the list of generated items
-