Create a new instance of the RemoteServers feature
the internal session
Command service for checking a remote server
Command service for creating a remote server
Command service for obtaining a list of remote servers
Command service for removing a remote server
The internal session
Check the current state of a named remote server.
This will report back the current state of the remote server, but also can be used to forcibly retry a failed remote server connection.
a Result that completes when a response is received from the server, returning details of the remote server state.
If the task fails, the Result will resolve with an error. Common reasons for failure include:
Create a new remote server instance with default connection options.
If a remote server with the same name already exists an error will be returned.
a Result that completes when a response is received from the server, returning the definition of the remote server created by the operation.
If the task fails, the Result will resolve with an error. Common reasons for failure include:
List all the remote servers that have been created.
a Result that resolves when a response is received from the server, returning a list of remote servers.
If the task fails, the Result will resolve with an Error. Common reasons for failure include:
Remove a named remote server if it exists.
When a named remote server is removed, any components that specify it would be disabled.
If the named remote server does not exist the completable future will complete successfully.
a Result that resolves when a response is received from the server.
If the task fails, the Result will resolve with an Error. Common reasons for failure include:
Implementation of the RemoteServers feature