Class AsynchronousItemProcessor

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

    public class AsynchronousItemProcessor
    extends Object
    implements javax.batch.api.chunk.ItemProcessor
    • Field Detail

      • delegate

        protected javax.batch.api.chunk.ItemProcessor delegate
    • Constructor Detail

      • AsynchronousItemProcessor

        public AsynchronousItemProcessor()
    • Method Detail

      • getDelegate

        protected javax.batch.api.chunk.ItemProcessor getDelegate()
      • processItem

        public Object processItem​(Object o)
                           throws Exception
        Specified by:
        processItem in interface javax.batch.api.chunk.ItemProcessor
        Throws:
        Exception