Class JobWorkCursor<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson,OT extends ca.uhn.fhir.model.api.IModelJson>

java.lang.Object
ca.uhn.fhir.batch2.model.JobWorkCursor<PT,IT,OT>
Type Parameters:
PT - Job Parameter type
IT - Current step input data type
OT - Current step output data type and next step input data type

public class JobWorkCursor<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson,OT extends ca.uhn.fhir.model.api.IModelJson> extends Object
This immutable object is produced by reconciling a work notification message to its corresponding job definition. It holds information required to execute the current step and send data to the next step.