Sncp.remote优化

This commit is contained in:
redkale
2023-12-25 12:05:28 +08:00
parent 0578fa3ca5
commit 08f679c422
5 changed files with 229 additions and 201 deletions

View File

@@ -100,7 +100,7 @@ public class SncpTestServiceImpl implements SncpTestIService {
System.out.println(method);
}
System.out.println("-----------------------------------");
for (Method method : Sncp.loadMethodActions(service.getClass()).values()) {
for (Method method : Sncp.loadRemoteMethodActions(service.getClass()).values()) {
System.out.println(method);
}
System.out.println("-----------------------------------");
@@ -109,7 +109,7 @@ public class SncpTestServiceImpl implements SncpTestIService {
System.out.println(method);
}
System.out.println("-----------------------------------");
for (Method method : Sncp.loadMethodActions(service.getClass()).values()) {
for (Method method : Sncp.loadRemoteMethodActions(service.getClass()).values()) {
System.out.println(method);
}
System.out.println("-----------------------------------");
@@ -118,7 +118,7 @@ public class SncpTestServiceImpl implements SncpTestIService {
System.out.println(method);
}
System.out.println("-----------------------------------");
for (Method method : Sncp.loadMethodActions(service.getClass()).values()) {
for (Method method : Sncp.loadRemoteMethodActions(service.getClass()).values()) {
System.out.println(method);
}
System.out.println("-----------------------------------");