Interface EntityExportWriter

All Known Implementing Classes:
CsvEntityExportWriter, POISSExporter, XSSFExporter

public interface EntityExportWriter
Implement this to convert data consumed via ExportDataConsumer into a specific output format. There is a new instance of the implementation created for each export via an EntityExportWriterFactory. Therefore, implementations of this interface don't have to be stateless.