updateServerClient
@MessageMapping(value = ["update.config"] )
Update server-client's configuration request/response RSocket API. Takes as argument an UpdateServerClientRequest encoded in ProtoBuf format in payload.
Updates the server-client's configuration if needed. The requester must be the owner of this server
, where it is verified through his token. Note that, the operation takes place only if configuration differs from the current one.
Returns HubPayload encoded in ProtoBuf format. In case the operation is successful the HubPayload contains data with ServerClientUpdateResponse. Else it contains error with the corresponding code.
Limitations
It is not possible to register a server-client through public APIs. Only admins can register new server-clients.