CRecordNanoServiceNotifyServiceRegistered
Notification: A nano service has been registered.
This is no nano service. The message is sent from the nano service monitor directly to listener.
{ "id": "db6cb834-61a8-4063-9a5a-a2363e045de2", "name": "NANO_SERVICE_NOTIFY_SERVICE_REGISTERED", "description": "Notification that a nano service has been registered.\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 new nano service." }, { "key": "nid", "name": "NID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The namespace ID." }, { "key": "sid", "name": "SID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The new nano service." } ] }