Class CompositeItemStream

java.lang.Object
org.springframework.batch.item.support.CompositeItemStream
All Implemented Interfaces:
ItemStream

public class CompositeItemStream extends Object implements ItemStream
Simple ItemStream that delegates to a list of other streams.
Author:
Dave Syer, Mahmoud Ben Hassine
  • Constructor Details

    • CompositeItemStream

      public CompositeItemStream()
  • Method Details