CRecordTcpNotifyClientCreated
This is a nano service in the SYSTEM namespace.
It is a notification about the creation of a TCP client.
Interested targets can stick an observer on the nano service and receive this notification.
{
"id": "f492cef7-aafd-4c79-8ec9-5c469e507b9c",
"name": "TCP_NOTIFY_CLIENT_CREATED",
"isService": "true",
"hasOtherSlots": "false",
"description": "Notification that a TCP client has been created.",
"namespaces": "SYSTEM",
"slots": [
{
"key": "1",
"name": "ID",
"answer": "false",
"mandatory": "true",
"type": "UUID",
"description": "The ID of the client."
},
{
"key": "2",
"name": "HOST",
"answer": "false",
"mandatory": "true",
"type": "STRING",
"description": "The client host."
},
{
"key": "3",
"name": "PORT",
"answer": "false",
"mandatory": "true",
"type": "INT",
"description": "The client port."
}
]
}