Package com.broadleafcommerce.datafeed.service.publisher.file.support
package com.broadleafcommerce.datafeed.service.publisher.file.support
-
ClassDescriptionA payload describing the results of a
DataFeedFileSubmitter.submit(FilePublishContext)
operation.A payload describing the results of aDataFeedFileTransformer.transform(FilePublishContext)
operation.Commonly useful constants for defining what types of files can be created and submitted in feed operations.Useful for reading through a file which is just a JSON array of objects (ex: typically what is inDataFeedProcessExecution.getQueriedDataFileLocation()
when usingAbstractJsonArrayDataFeedCollector
).