Package com.broadleafcommerce.datafeed.service.collector
package com.broadleafcommerce.datafeed.service.collector
- 
ClassDescriptionAbstractJsonArrayDataFeedCollector<ID,E extends CollectedEntity<ID>> Abstract component that handles the complexity of creating aFile, collecting data, and writingDataFeedEntitiesto the file as an array of JSON objects for future processing.This is a component to optionally configure a ThreadPoolTaskExecutor.Components to allow implementors to decorate additional data onCollectedEntities.Component that gathers or collects data (e.g.Thread-safe mechanism for maintaining basic state across a multithreaded data collection process.