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",
"presenceConstraint": "MANDATORY",
"type": "STRING",
"description": "The name of the nano service."
},
{
"key": "nid",
"name": "NID",
"direction": "REQUEST",
"presenceConstraint": "MANDATORY",
"type": "ID",
"description": "The namespace ID."
},
{
"key": "obs",
"name": "OBSERVER",
"direction": "REQUEST",
"presenceConstraint": "MANDATORY",
"type": "TARGET_ADDRESS",
"description": "The address of the deregistered observer."
},
{
"key": "sid",
"name": "SID",
"direction": "REQUEST",
"presenceConstraint": "MANDATORY",
"type": "ID",
"description": "The nano service."
}
]
}
Related Pages
CRecordNanoServiceNotifyObserverAdded
CRecordNanoServiceNotifyObserverAdded message: Notification from the Nano Service Monitor in nyssr.net when an observer is added to a nano service.
CRecordNanoServiceNotifyServiceRegistered
CRecordNanoServiceNotifyServiceRegistered message: Notification sent by the Nano Service Monitor in nyssr.net when a new service is registered.
CRecordNanoServiceNotifyServiceDeregistered
CRecordNanoServiceNotifyServiceDeregistered message: Notification sent by the Nano Service Monitor in nyssr.net when a service is removed.
CRecordNanoServiceAddObserver
CRecordNanoServiceAddObserver nano service: Add an observer to a specific nano service via message in the nyssr.net SYSTEM namespace.
CRecordNanoServiceGetServiceInfo
CRecordNanoServiceGetServiceInfo nano service: Retrieve detailed information about registered nyssr.net services, including name, status, and observers.
CRecordTargetMonitorNotifyTargetDeregistered
CRecordTargetMonitorNotifyTargetDeregistered message: A notification from the TargetMonitor to an Observer when a target is deregistered in nyssr.net.