Package com.broadleafcommerce.datafeed.domain
@NonNullApi
package com.broadleafcommerce.datafeed.domain
- 
ClassesClassDescriptionThis is an admin-manageable "template" configuration for a job that will perform a single query for data and then publish that data to one or more data feeds.This tracks the lifecycle and state of a specific execution of aDataFeedProcess.This represents a 'sub-execution' within aDataFeedProcessExecutionthat is specifically interested in transforming data (which was already fetched in an earlier step of the execution) and publishing it for one specificDataFeedPublicationConfiguration.For eachIncrementalDataFeedEntityUpdateEventthat is received, anIncrementalDataFeedEntityUpdateRecordrecord will be created for eachDataFeedProcessof typeDefaultDataFeedProcessTypes.PARTIAL_UPDATEwho may be interested in processing it. This means eachDataFeedProcesswill effectively have its own 'queue' of update events that it can process whenever it is executed.