Defines the public contract for a repl-server.
The REPL (Read-Eval-Print-Loop) server provides an interactive command-line interface for system administration and debugging.
Starts the REPL server and begins accepting connections.
BootstrapError If the server cannot be started.
Stops the REPL server and closes all active connections.
BootstrapError If the server cannot be stopped.
Defines the public contract for a repl-server.
The REPL (Read-Eval-Print-Loop) server provides an interactive command-line interface for system administration and debugging.