Interface MicroBootstrap

All Known Implementing Classes:
SocketMicroBootstrap

public interface MicroBootstrap
Bootstrap contract for starting the external transport server.
Author:
渔民小镇
date:
2023-05-28
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    startup(int port, MicroBootstrapFlow<?> microBootstrapFlow)
    Start the server that accepts real-user connections.
  • Method Details

    • startup

      void startup(int port, MicroBootstrapFlow<?> microBootstrapFlow)
      Start the server that accepts real-user connections.
      Parameters:
      port - bind port
      microBootstrapFlow - transport bootstrap/pipeline orchestration flow