接口 JobParametersIncrementer

    • 方法详细资料

      • getNext

        JobParameters getNext​(@Nullable
                              JobParameters parameters)
        Increment the provided parameters. If the input is empty, then this should return a bootstrap or initial value to be used on the first instance of a job.
        参数:
        parameters - the last value used
        返回:
        the next value to use (never null)