Class EmbedServer

java.lang.Object
com.xxl.job.core.server.EmbedServer

public class EmbedServer extends Object
Copy from : https://github.com/xuxueli/xxl-rpc
Author:
xuxueli 2020-04-11 21:25
  • Constructor Details

    • EmbedServer

      public EmbedServer()
  • Method Details

    • start

      public void start(String address, int port, String appname, String accessToken)
    • stop

      public void stop() throws Exception
      Throws:
      Exception
    • startRegistry

      public void startRegistry(String appname, String address)
    • stopRegistry

      public void stopRegistry()