Package com.broadleafcommerce.datafeed.domain
@NonNullApi
package com.broadleafcommerce.datafeed.domain
-
ClassDescriptionThis 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 a
DataFeedProcess
.This represents a 'sub-execution' within aDataFeedProcessExecution
that is specifically interested in transforming data (which was already fetched in an earlier step of the execution) and publishing it for one specificDataFeedPublicationConfiguration
.For eachIncrementalDataFeedEntityUpdateEvent
that is received, anIncrementalDataFeedEntityUpdateRecord
record will be created for eachDataFeedProcess
of typeDefaultDataFeedProcessTypes.PARTIAL_UPDATE
who may be interested in processing it. This means eachDataFeedProcess
will effectively have its own 'queue' of update events that it can process whenever it is executed.