Interface ExportDataHistoryService

  • All Known Implementing Classes:
    DefaultExportDataHistoryService

    public interface ExportDataHistoryService
    ExportDataHistory Service. Records events during an export of data.
    • Method Detail

      • recordExportStart

        ExportDataEvent recordExportStart​(ExportDataEvent payload,
                                          java.lang.Long timestamp)
        Record the beginning of an export.
        Parameters:
        payload - The object that contains the information required to export data
        timestamp - The time the export started
        Returns:
        ExportDataEvent
      • recordExportEnd

        void recordExportEnd​(org.springframework.messaging.Message<?> message,
                             ExportDataEvent ede,
                             java.lang.Integer count)
        Recording the end of the generation of data.
        Parameters:
        message -
        ede - Export data event that contains the cronjobs code
        count - The size of the list of generated items