CRecordNanoServiceNotifyObserverRemoved
Notification: An observer was removed from a nano service.
This is no nano service. The message is sent from the nano service monitor directly to listener.
{ "id": "efd138e2-8cb9-4ba5-ae16-73434da4a1c0", "name": "NANO_SERVICE_NOTIFY_OBSERVER_REMOVED", "description": "Notification that a nano service observer has been removed.\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 deregistered observer." }, { "key": "sid", "name": "SID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The nano service." } ] }