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

com.github.ydoc.core.strategy.RequestStrategy Maven / Gradle / Ivy

The newest version!
package com.github.ydoc.core.strategy;

import com.alibaba.fastjson.JSONObject;
import com.github.ydoc.core.kv.Kv;

import java.util.List;

/**
 * 处理请求
 * 
 * @author yujian
 */
public interface RequestStrategy {

    void processRequest(O o, List parameters);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy