-
Notifications
You must be signed in to change notification settings - Fork 0
cloning
Äkwav edited this page Sep 9, 2019
·
2 revisions
Before you can apply updates to a Resource or read data from it, you first have to clone it.
This is simply aproached by the GetResourceCommand wich is part of the globalCommands. It validates [access] to the resource (requires read) and returns a serialized representation of the Resource.
graph LR;
USER-- clone<x> -->managingServer
managingServer-- return<x> -->USER
Keep in mind that it is also possible to subscribe to also get updates.