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