Class LogicServerApplication
java.lang.Object
com.iohao.net.server.logic.LogicServerApplication
Bootstraps a
LogicServer into a Server definition for net-server startup.- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-09-04
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Serverstartup(LogicServer logicServer) Builds the logic-server skeleton and server metadata, then registers startup callbacks.
-
Constructor Details
-
LogicServerApplication
public LogicServerApplication()
-
-
Method Details
-
startup
Builds the logic-server skeleton and server metadata, then registers startup callbacks.- Parameters:
logicServer- logic-server implementation- Returns:
- built server metadata
-