This commit is contained in:
Redkale
2020-05-27 11:49:44 +08:00
parent 06e486e5e2
commit e744d001c6

View File

@@ -636,6 +636,10 @@ public abstract class NodeServer {
return false; return false;
} }
public Application getApplication() {
return application;
}
public ResourceFactory getResourceFactory() { public ResourceFactory getResourceFactory() {
return resourceFactory; return resourceFactory;
} }