getServerInfo method
Return information about the server: protocol, version, limits, and build timestamp
Implementation
ServerConfiguration getServerInfo() {
return _configService.serverConfiguration;
}
Return information about the server: protocol, version, limits, and build timestamp
ServerConfiguration getServerInfo() {
return _configService.serverConfiguration;
}