Interface CasDataConsumer

    • Method Detail

      • batchProcessComplete

        void batchProcessComplete​(ProcessTrace aTrace)
                           throws ResourceProcessException,
                                  java.io.IOException
        Completes the processing of a batch. A collection may be divided into one or more batches - it is up to the CollectionProcessingManager or the application to determine the number and size of batches.
        Specified by:
        batchProcessComplete in interface CasProcessor
        Parameters:
        aTrace - an object that records information, such as timing, about this method's execution.
        Throws:
        ResourceProcessException - if an exception occurs during processing
        java.io.IOException - if an I/O failure occurs