Class NopWriter

  • All Implemented Interfaces:
    javax.batch.api.chunk.ItemWriter

    @Dependent
    public class NopWriter
    extends javax.batch.api.chunk.AbstractItemWriter
    For the fast system export implementation, all processing is handled inside the ResourcePayloadReader so the writer here is simply a NOP.
    • Field Detail

      • jobContext

        @Inject
        javax.batch.runtime.context.JobContext jobContext
    • Constructor Detail

      • NopWriter

        public NopWriter()
    • Method Detail

      • writeItems

        public void writeItems​(List<Object> items)
                        throws Exception
        Specified by:
        writeItems in interface javax.batch.api.chunk.ItemWriter
        Specified by:
        writeItems in class javax.batch.api.chunk.AbstractItemWriter
        Throws:
        Exception