接口 RepeatCallback

    • 方法详细资料

      • doInIteration

        RepeatStatus doInIteration​(RepeatContext context)
                            throws java.lang.Exception
        Implementations return true if they can continue processing - e.g. there is a data source that is not yet exhausted. Exceptions are not necessarily fatal - processing might continue depending on the Exception type and the implementation of the caller.
        参数:
        context - the current context passed in by the caller.
        返回:
        an RepeatStatus which is continuable if there is (or may be) more data to process.
        抛出:
        java.lang.Exception - if there is a problem with the processing.