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

com.yomahub.liteflow.parser.sql.polling.SqlReadPollTask Maven / Gradle / Ivy

package com.yomahub.liteflow.parser.sql.polling;

import com.yomahub.liteflow.parser.constant.ReadType;

import java.util.List;
import java.util.Map;

/**
 * sql 轮询任务接口
 *
 * @author tangkc
 * @author houxinyu
 * @since 2.11.1
 */
public interface SqlReadPollTask {

    /**
     * 执行
     */
    void execute();

    /**
     * 初始化数据
     *
     */
    void initData(List dataList);

    /**
     * 类型
     *
     * @return 类型
     */
    ReadType type();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy