<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Records for nanoservices on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/records/nanoservices/</link>
    <description>Recent content in Records for nanoservices on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 09 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/records/nanoservices/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CRecordDescriptionOfRecord</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecorddescriptionofrecord/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecorddescriptionofrecord/</guid>
      <description>This record describes another record or a nano service. Among other things, it is used to register microservices.&#xA;This record is a pure data record, so it does not serve as a message or nano service.&#xA;There is a class to which the transported data fits: CDescriptionOfRecord.&#xA;{ &#34;id&#34;: &#34;10c86bd7-7621-479d-b1e0-ef8b3f8a6ee1&#34;, &#34;name&#34;: &#34;DESCRIPTION_OF_RECORD&#34;, &#34;description&#34;: &#34;A description of a record or a nano service.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;2&#34;, &#34;name&#34;: &#34;DESCRIPTION&#34;, &#34;direction&#34;: &#34;</description>
    </item>
    <item>
      <title>CRecordNanoServiceAddObserver</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoserviceaddobserver/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoserviceaddobserver/</guid>
      <description>Add an observer to a nano service via message.&#xA;This is a nano service registered in the SYSTEM namespace.&#xA;{ &#34;id&#34;: &#34;3ef55427-74c2-4919-bc43-ec13358566f3&#34;, &#34;name&#34;: &#34;NANO_SERVICE_ADD_OBSERVER&#34;, &#34;isNanoService&#34;: &#34;true&#34;, &#34;namespaces&#34;: &#34;SYSTEM&#34;, &#34;description&#34;: &#34;Add one observer to a nano service.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;nid&#34;, &#34;name&#34;: &#34;NID&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;ID&#34;, &#34;description&#34;: &#34;The namespace ID.&#34; }, { &#34;key&#34;: &#34;obs&#34;, &#34;name&#34;: &#34;OBSERVER&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;TARGET_ADDRESS&#34;, &#34;description&#34;: &#34;The observer target address.&#34; }, { &#34;</description>
    </item>
    <item>
      <title>CRecordNanoServiceGetServiceInfo</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicegetserviceinfo/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicegetserviceinfo/</guid>
      <description>Used to fetch information about registered nano services. This can be queried via a method of the nano service registry.&#xA;This is also a nano service registered in the SYSTEM namespace.&#xA;{ &#34;id&#34;: &#34;850a6167-794b-414c-a566-dff1db2073db&#34;, &#34;name&#34;: &#34;NANO_SERVICE_GET_SERVICE_INFO&#34;, &#34;isNanoService&#34;: &#34;true&#34;, &#34;namespaces&#34;: &#34;SYSTEM&#34;, &#34;description&#34;: &#34;Get nano service details.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;exist&#34;, &#34;name&#34;: &#34;EXIST&#34;, &#34;direction&#34;: &#34;RESPONSE&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;BOOLEAN&#34;, &#34;description&#34;: &#34;True if service exist (is registered).&#34; }, { &#34;key&#34;: &#34;lt&#34;, &#34;name&#34;: &#34;</description>
    </item>
    <item>
      <title>CRecordNanoServiceNotifyObserverAdded</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyobserveradded/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyobserveradded/</guid>
      <description>Notification: An observer was added to a nano service.&#xA;This is no nano service. The message is sent from the nano service monitor directly to listener.&#xA;{ &#34;id&#34;: &#34;2465c888-00d0-4cd9-be08-09ab47076b83&#34;, &#34;name&#34;: &#34;NANO_SERVICE_NOTIFY_OBSERVER_ADDED&#34;, &#34;description&#34;: &#34;Notification that a nano service observer has been added.\nYou must register an observer/filter at the nano service monitor to get it.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;name&#34;, &#34;name&#34;: &#34;NAME&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The name of the nano service.</description>
    </item>
    <item>
      <title>CRecordNanoServiceNotifyObserverRemoved</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyobserverremoved/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyobserverremoved/</guid>
      <description>Notification: An observer was removed from a nano service.&#xA;This is no nano service. The message is sent from the nano service monitor directly to listener.&#xA;{ &#34;id&#34;: &#34;efd138e2-8cb9-4ba5-ae16-73434da4a1c0&#34;, &#34;name&#34;: &#34;NANO_SERVICE_NOTIFY_OBSERVER_REMOVED&#34;, &#34;description&#34;: &#34;Notification that a nano service observer has been removed.\nYou must register an observer/filter at the nano service monitor to get it.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;name&#34;, &#34;name&#34;: &#34;NAME&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The name of the nano service.</description>
    </item>
    <item>
      <title>CRecordNanoServiceNotifyServiceDeregistered</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyservicederegistered/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyservicederegistered/</guid>
      <description>Notification: A nano service has been de-registered.&#xA;This is no nano service. The message is sent from the nano service monitor directly to listener.&#xA;{ &#34;id&#34;: &#34;e391a12f-14c8-40de-8941-23c2fd023239&#34;, &#34;name&#34;: &#34;NANO_SERVICE_NOTIFY_SERVICE_DEREGISTERED&#34;, &#34;description&#34;: &#34;Notification that a nano service has been deregistered.\nYou must register an observer/filter at the nano service monitor to get it.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;name&#34;, &#34;name&#34;: &#34;NAME&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The name of the nano service.&#34; }, { &#34;</description>
    </item>
    <item>
      <title>CRecordNanoServiceNotifyServiceRegistered</title>
      <link>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyserviceregistered/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/nanoservices/crecordnanoservicenotifyserviceregistered/</guid>
      <description>Notification: A nano service has been registered.&#xA;This is no nano service. The message is sent from the nano service monitor directly to listener.&#xA;{ &#34;id&#34;: &#34;db6cb834-61a8-4063-9a5a-a2363e045de2&#34;, &#34;name&#34;: &#34;NANO_SERVICE_NOTIFY_SERVICE_REGISTERED&#34;, &#34;description&#34;: &#34;Notification that a nano service has been registered.\nYou must register an observer/filter at the nano service monitor to get it.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;name&#34;, &#34;name&#34;: &#34;NAME&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The name of the new nano service.</description>
    </item>
  </channel>
</rss>
