Interface ItemWriter<T>

    • Method Detail

      • write

        void write​(java.util.List<? extends T> items)
            throws java.lang.Exception
        Process the supplied data element. Will not be called with any null items in normal operation.
        Parameters:
        items - items to be written
        Throws:
        java.lang.Exception - if there are errors. The framework will catch the exception and convert or rethrow it as appropriate.