Interface Harvester
-
- All Known Subinterfaces:
FullHarvester,TemporalHarvester
public interface Harvester
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HarvesterResponseprocess(HarvestContext context)The method called by the harvester job The implementation should be annotated with @Transactional(rollbackFor = Exception.class)
-
-
-
Method Detail
-
process
HarvesterResponse process(HarvestContext context)
The method called by the harvester job The implementation should be annotated with @Transactional(rollbackFor = Exception.class)- Parameters:
context- The context with additional information- Returns:
- The response
-
-