CRecordTcpNotifyClientDeleted

This is a nano service in the SYSTEM namespace. It is a notification about the deletion of a TCP client. Interested targets can stick an observer on the nano service and receive this notification.

{
  "id": "6361f83a-09d8-4075-80a6-fee2c74a5051",
  "name": "TCP_NOTIFY_CLIENT_DELETED",
  "isService": "true",
  "hasOtherSlots": "false",
  "description": "Notification that a TCP client has been deleted.",
  "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."
    }
  ]
}

nyssr.net - Innovative Distributed System