Class representing the Zanix server management. This class provides static methods to start and stop the servers.
-
start: Initializes the project servers and performs additional configurations. It executes classes based on theirstartModeand initializes internal servers and dependencies of the library, depending on the handlers defined in the project. -
stop: Stops all the initialized servers (kills them).
Initializes the project servers, performs additional configurations,
and executes classes based on their startMode.
Depending on the handlers created in the project, this method will:
- Initialize necessary servers and internal dependencies for the project to run.
- Execute classes in accordance with their
startMode. - Perform other required initial configurations to ensure the system is ready.
Alias for bootstrap. Bootstraps all configured servers.
Stops all initialized servers and kills the associated processes. This method ensures that all running servers are stopped and resources are freed.