Uses of Class
ca.uhn.fhir.batch2.model.WorkChunkCreateEvent
Packages that use WorkChunkCreateEvent
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of WorkChunkCreateEvent in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api with parameters of type WorkChunkCreateEventModifier and TypeMethodDescriptionIWorkChunkPersistence.onWorkChunkCreate(WorkChunkCreateEvent theBatchWorkChunk) Stores a chunk of work for later retrieval. -
Uses of WorkChunkCreateEvent in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return WorkChunkCreateEventModifier and TypeMethodDescriptionstatic WorkChunkCreateEventWorkChunkCreateEvent.firstChunk(JobDefinition<?> theJobDefinition, String theInstanceId) Creates the WorkChunkCreateEvent for the first chunk of a job.