Class WorkChunkCreateEvent

java.lang.Object
ca.uhn.fhir.batch2.model.WorkChunkCreateEvent

public class WorkChunkCreateEvent extends Object
The data required for the create transition. Payload for the work-chunk creation event including all the job coordinates, the chunk data, and a sequence within the step.
  • Field Details

  • Constructor Details

    • WorkChunkCreateEvent

      public WorkChunkCreateEvent(@Nonnull String theJobDefinitionId, int theJobDefinitionVersion, @Nonnull String theTargetStepId, @Nonnull String theInstanceId, int theSequence, @Nullable String theSerializedData, boolean theGatedExecution)
      Constructor
      Parameters:
      theJobDefinitionId - The job definition ID
      theJobDefinitionVersion - The job definition version
      theTargetStepId - The step ID that will be responsible for consuming this chunk
      theInstanceId - The instance ID associated with this chunk
      theSerializedData - The data. This will be in the form of a map where the values may be strings, lists, and other maps (i.e. JSON)
  • Method Details