Class LogicServerApplication

java.lang.Object
com.iohao.net.server.logic.LogicServerApplication

public final class LogicServerApplication extends Object
Bootstraps a LogicServer into a Server definition for net-server startup.
Since:
25.1
Author:
渔民小镇
date:
2025-09-04
  • Constructor Details

    • LogicServerApplication

      public LogicServerApplication()
  • Method Details

    • startup

      public static Server startup(LogicServer logicServer)
      Builds the logic-server skeleton and server metadata, then registers startup callbacks.
      Parameters:
      logicServer - logic-server implementation
      Returns:
      built server metadata