This commit is contained in:
Redkale
2016-10-10 17:53:18 +08:00
parent ba07d343ae
commit 4eb5edaef2

View File

@@ -61,7 +61,7 @@ public class SncpTestService implements SncpTestIService {
return "result: " + bean; return "result: " + bean;
} }
@MultiRun @RpcMultiRun
public String updateBean(@DynCall(CallAttribute.class) SncpTestBean bean) { public String updateBean(@DynCall(CallAttribute.class) SncpTestBean bean) {
bean.setId(System.currentTimeMillis()); bean.setId(System.currentTimeMillis());
System.out.println(Thread.currentThread().getName() + " 运行了updateBean方法"); System.out.println(Thread.currentThread().getName() + " 运行了updateBean方法");