Uses of Class
ca.uhn.fhir.batch2.model.WorkChunkData
Packages that use WorkChunkData
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of WorkChunkData in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api with parameters of type WorkChunkDataModifier and TypeMethodDescriptionvoidIJobDataSink.accept(WorkChunkData<OT> theData) Step workers may call this 0..* times in order to provide output work chunks that will be passed to subsequent steps. -
Uses of WorkChunkData in ca.uhn.fhir.batch2.coordinator
Methods in ca.uhn.fhir.batch2.coordinator with parameters of type WorkChunkData