Interface MicroBootstrap

All Known Implementing Classes:
SocketMicroBootstrap

public interface MicroBootstrap
Server connecting with real users
Author:
渔民小镇
date:
2023-05-28
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    startup(int port, MicroBootstrapFlow<?> microBootstrapFlow)
    Starts the server that connects with real users
  • Method Details

    • startup

      void startup(int port, MicroBootstrapFlow<?> microBootstrapFlow)
      Starts the server that connects with real users
      Parameters:
      port - port
      microBootstrapFlow - microBootstrapFlow