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

ars.invoke.Channel Maven / Gradle / Ivy

The newest version!
package ars.invoke;

/**
 * 请求调用通道接口
 *
 * @author wuyongqiang
 */
public interface Channel {
    /**
     * 获取请求调用上下文对象
     *
     * @return 请求调用上下文对象
     */
    public Context getContext();

    /**
     * 设置请求调用上下文对象
     *
     * @param context 请求调用上下文对象
     */
    public void setContext(Context context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy