Challenge Overview
Design a module in an overall Java batch job which accepts objects on an incoming work queue, processing those objects to determine if they are "outdated" and need to be further synchronized between source and target databases.
This component will be one or more Tasks, as defined by the provided Batch Job Infrastructure which will be responsible for determining the individuals that need to be synchronized, and the retrieval of objects representing those individuals.
Final Submission Guidelines
NA