<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Messages on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/messages/</link>
    <description>Recent content in Messages on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 14 Oct 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/messages/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CMessage</title>
      <link>https://sillysky.net/docs/nyssr/messages/cmessage/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/messages/cmessage/</guid>
      <description>CMessage is simply a container for the classes CEnvelope and CRecord.&#xA;Constructors There are two constructors for the class. The first one takes over the given components:&#xA;public CMessage(@NotNull final CEnvelope aEnvelope, @NotNull final CRecord aRecord); The second constructor takes a template and is actually a copy constructor:&#xA;public CMessage(@NotNull final CMessage aTemplate); Stream Furthermore, there is a static method for reading the message from a DataInput stream:&#xA;public static CMessage fromStream(@NotNull final DataInput aStream) throws IOException; Accordingly, there is also a method for writing to a DataOutput stream:</description>
    </item>
    <item>
      <title>IMessageSender</title>
      <link>https://sillysky.net/docs/nyssr/messages/imessagesender/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/messages/imessagesender/</guid>
      <description>The message sender is the service that can send messages. There are also methods for sending messages in targets, but these also use the message sender internally.&#xA;The message sender is available as a service via the service registry.&#xA;final IMessageSender messageSender = CServiceRegistry.getInstance() .getService(IMessageSender.class); Send messages The methods for sending messages are always executed in pairs. While one method receives a complete message, the second method always receives the components of the message.</description>
    </item>
  </channel>
</rss>
