getServer

abstract fun getServer(@NotNull name: @NotNull String): Optional<RemoteServer>

Gets the RemoteServer by name.

Return

An optional containing the RemoteServer if found, or empty if not found.

Parameters

name

The name of the server.