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 TypeMethodDescriptionvoidstartup(int port, MicroBootstrapFlow<?> microBootstrapFlow) Start the server that accepts real-user connections.
-
Method Details
-
startup
Start the server that accepts real-user connections.- Parameters:
port- bind portmicroBootstrapFlow- transport bootstrap/pipeline orchestration flow
-