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

com.github.houbb.rpc.client.proxy.RemoteInvokeService Maven / Gradle / Ivy

The newest version!
package com.github.houbb.rpc.client.proxy;

/**
 * 远程调用服务
 * @author binbin.hou
 * @since 0.1.1
 */
public interface RemoteInvokeService {

    /**
     * 远程调用
     * @param context 远程调用上下文
     * @return 最终调用结果
     * @since 0.1.1
     */
    Object remoteInvoke(final RemoteInvokeContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy