CRecordNanoServiceNotifyObserverAdded
Notification: An observer was added to a nano service.
This is no nano service. The message is sent from the nano service monitor directly to listener.
{ "id": "2465c888-00d0-4cd9-be08-09ab47076b83", "name": "NANO_SERVICE_NOTIFY_OBSERVER_ADDED", "description": "Notification that a nano service observer has been added.\nYou must register an observer/filter at the nano service monitor to get it.", "slots": [ { "key": "name", "name": "NAME", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The name of the nano service." }, { "key": "nid", "name": "NID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The namespace ID." }, { "key": "obs", "name": "OBSERVER", "direction": "REQUEST", "mandatory": "true", "type": "TARGET_ADDRESS", "description": "The address of the new observer." }, { "key": "sid", "name": "SID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The nano service ID." } ] }