DUBBO-354 增加异步示例
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1672 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
ca28bb6579
commit
0a5faf85a3
|
|
@ -25,6 +25,7 @@ import com.alibaba.dubbo.examples.async.api.AsyncService;
|
|||
public class AsyncServiceImpl implements AsyncService {
|
||||
|
||||
public String sayHello(String name) {
|
||||
System.out.println("async provider received: " + name);
|
||||
return "hello, " + name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue