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

cn.novelweb.video.command.handler.OutHandlerMethod Maven / Gradle / Ivy

package cn.novelweb.video.command.handler;

/**
 * 

输出消息处理接口

*

2020-02-24 18:08

* * @author Dai Yuanchuan **/ public interface OutHandlerMethod { /** * 解析消息 * * @param taskId 消息的任务id * @param msg 消息 */ void parsing(String taskId, String msg); /** * 任务是否异常中断 * * @return true 任务中断 */ boolean isBroken(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy