All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.shoulder.batch.service.impl.ProgressAble Maven / Gradle / Ivy

package org.shoulder.batch.service.impl;

import org.shoulder.batch.model.BatchProgress;

/**
 * 有进度的
 *
 * @author lym
 */
public interface ProgressAble {

    /**
     * 任务进度
     *
     * @return 进度
     */
    BatchProgress getBatchProgress();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy