Class BulkImportFileReader

java.lang.Object
ca.uhn.fhir.jpa.bulk.imprt.job.BulkImportFileReader
All Implemented Interfaces:
org.springframework.batch.item.ItemReader<ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord>

public class BulkImportFileReader extends Object implements org.springframework.batch.item.ItemReader<ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord>
  • Constructor Details

  • Method Details

    • read

      public ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord read() throws Exception
      Specified by:
      read in interface org.springframework.batch.item.ItemReader<ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord>
      Throws:
      Exception