Class DoSomethingItemProcessorImpl

java.lang.Object
com.ibm.jbatch.tck.artifacts.specialized.DoSomethingItemProcessorImpl
All Implemented Interfaces:
jakarta.batch.api.chunk.ItemProcessor

@Named("doSomethingItemProcessorImpl") public class DoSomethingItemProcessorImpl extends Object implements jakarta.batch.api.chunk.ItemProcessor
  • Constructor Details

    • DoSomethingItemProcessorImpl

      public DoSomethingItemProcessorImpl()
  • Method Details

    • processItem

      public ReadRecord processItem(Object record) throws Exception
      Specified by:
      processItem in interface jakarta.batch.api.chunk.ItemProcessor
      Throws:
      Exception