CRecordNanoServiceNotifyServiceDeregistered
Notification: A nano service has been de-registered.
This is no nano service. The message is sent from the nano service monitor directly to listener.
{
"id": "e391a12f-14c8-40de-8941-23c2fd023239",
"name": "NANO_SERVICE_NOTIFY_SERVICE_DEREGISTERED",
"description": "Notification that a nano service has been deregistered.\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": "sid",
"name": "SID",
"direction": "REQUEST",
"mandatory": "true",
"type": "ID",
"description": "The nano service."
}
]
}