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",
"presenceConstraint": "MANDATORY",
"type": "STRING",
"description": "The name of the new nano service."
},
{
"key": "nid",
"name": "NID",
"direction": "REQUEST",
"presenceConstraint": "MANDATORY",
"type": "ID",
"description": "The namespace ID."
},
{
"key": "sid",
"name": "SID",
"direction": "REQUEST",
"presenceConstraint": "MANDATORY",
"type": "ID",
"description": "The new nano service."
}
]
}
Related Pages
CRecordNanoServiceNotifyServiceDeregistered
CRecordNanoServiceNotifyServiceDeregistered message: Notification sent by the Nano Service Monitor in nyssr.net when a service is removed.
CRecordNanoServiceNotifyObserverRemoved
CRecordNanoServiceNotifyObserverRemoved message: Notification from the Nano Service Monitor in nyssr.net when an observer is removed from a nano service.
CRecordNanoServiceNotifyObserverAdded
CRecordNanoServiceNotifyObserverAdded message: Notification from the Nano Service Monitor in nyssr.net when an observer is added to a nano service.
CRecordNanoServiceGetServiceInfo
CRecordNanoServiceGetServiceInfo nano service: Retrieve detailed information about registered nyssr.net services, including name, status, and observers.
CRecordNanoServiceAddObserver
CRecordNanoServiceAddObserver nano service: Add an observer to a specific nano service via message in the nyssr.net SYSTEM namespace.
CRecordDescriptionOfRecord
CRecordDescriptionOfRecord data record: Contains the ID and a description of another record or a Nano Service in nyssr.net.