Broker
interface Broker
Common interface for server brokers.
Functions
Link copied to clipboard
Should return the address used to connect players to the server.
Link copied to clipboard
Trigger a reconciliation to resolve any differences between the server configuration and the runtime state of the server.
Link copied to clipboard
Should remove the server.
Link copied to clipboard
Should start the server, and kick off any actions needed to get it ready to accept players.
Link copied to clipboard
Should stop the server.