@Trait @CompileStatic trait ServerInteraction extends Object
Methods to aid interacting with the server from the CLI
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isServerAvailable(String host, int port) Returns true if the server is available |
|
void |
waitForStartup(String host, int port) Waits for the server to startup |