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

com.alibaba.schedulerx.worker.processor.BizSubTask Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
package com.alibaba.schedulerx.worker.processor;

import java.util.Map;

/**
 * Map子任务信息接口
 * @author yaohui
 * @create 2021/10/21 下午4:36
 **/
public interface BizSubTask {

    /**
     * 子任务标签
     * @return
     */
    Map labelMap();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy