Package com.adobe.cq.scheduled.exporter
Defines package version.
-
Interface Summary Interface Description ExportConfig TheExportConfig
interface represents configurations managed by theScheduledExporter
service.Exporter AnExporter
is used to export data from the repository (normally provided byExtractExportDataProcess
) to a specific location or 3rd-party service.ScheduledExporter Transformer<T> -
Exception Summary Exception Description ExportException Exception used to indicate that anExporter
encountered an error.TransformationException Exception used to indicate that aTransformer
encountered an error.