blob: f04085c666f02a7eb43dbc2323e97c2a327b3168 [file] [log] [blame]
package com.ofpay.dubbo.rpc.protocol.jsonrpc;
/**
* Created by wuwen on 15/4/1.
*/
public interface JsonRpcService {
String sayHello(String name);
void timeOut(int millis);
String customException();
}