Properties for sending events across address spaces

To allow use of the multiple address space feature, different code generation settings are required.

These settings are controlled by the following property:

In order to be able to receive events from other address spaces, the reactive object must publish the name by which it will be identified. The following two properties, set at the class level, are used for this purpose:

In addition, you can use the following property, which is set at the configuration level, to specify a specific target address space when sending events, as described in API for sending events across address spaces:

If the events to be sent across address spaces have no arguments or only primitive types as arguments, such as integers or chars, it is sufficient to set the previously mentioned properties. However, if the events to be sent include objects as arguments, you must also set the following properties at the event level:

For details regarding the required structure for these two user-provided functions, see Functions for serialization and unserialization.


Feedback