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

com.dingtalk.open.app.api.protocol.CommandExecutor Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.api.protocol;

import com.dingtalk.open.app.stream.network.api.Context;

/**
 * @author feiyin
 * @date 2023/3/7
 */
public interface CommandExecutor {

    /**
     * 执行命令
     *
     * @param context
     */
    void execute(Context context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy