Package ca.uhn.fhir.batch2.coordinator
Class JobStepExecutorOutput<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.coordinator.JobStepExecutorOutput<PT,IT,OT>
public class JobStepExecutorOutput<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
-
Constructor Summary
ConstructorsConstructorDescriptionJobStepExecutorOutput(boolean theIsSuccessful, ca.uhn.fhir.batch2.coordinator.BaseDataSink<PT, IT, OT> theDataSink) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
JobStepExecutorOutput
public JobStepExecutorOutput(boolean theIsSuccessful, ca.uhn.fhir.batch2.coordinator.BaseDataSink<PT, IT, OT> theDataSink)
-
-
Method Details
-
isSuccessful
-
getDataSink
-