Package ca.uhn.fhir.batch2.api


package ca.uhn.fhir.batch2.api
This package contains the APIs used in the Batch2 framework.
      IJobCoordinator is the external facing API for the framework, used to start and stop jobs and inquire about status.
      IJobMaintenanceService is a background processor that updates statistics and clean up stale data
      IJobStepWorker is the interface that a job implementation would implement for its step workers. The first and last step would respectively use a sub-interface of IJobStepWorker: IFirstJobStepWorker is the first step and ILastJobStepWorker is the last
      IJobDataSink is a callback API provided to step workers that they can supply data to for processing in subsequent steps.
      IJobPersistence is an internal API providing storage for jobs.
Since:
6.0.0