Interface MicroBootstrap
- All Known Implementing Classes:
SocketMicroBootstrap
public interface MicroBootstrap
Server connecting with real users
- Author:
- 渔民小镇
- date:
- 2023-05-28
-
Method Summary
Modifier and TypeMethodDescriptionvoidstartup(int port, MicroBootstrapFlow<?> microBootstrapFlow) Starts the server that connects with real users
-
Method Details
-
startup
Starts the server that connects with real users- Parameters:
port- portmicroBootstrapFlow- microBootstrapFlow
-