Configuring Events to Work with ActiveSpaces Channel
You can configure events to interact with external ActiveSpaces metaspace.
Event properties are mapped to ActiveSpaces tuple fields and are utilized to place and receive tuples to and from ActiveSpaces metaspaces.
For incoming events on ActiveSpaces destinations, event property values are set with the values coming from the ActiveSpaces tuple.
For outgoing events sent on ActiveSpaces destinations, event properties are copied into the ActiveSpaces tuple.
There is a special case to set and receive null tuple fields since null cannot be handled by event properties. Event payload is used instead of event properties.
Each child of the root element is mapped to a tuple field. For incoming events, if an element of the payload matches the name of a field in the ActiveSpaces space, that element will be set with the value from the tuple. If the value of the field in the tuple is null, the attribute xsi:nil is set to true for that element.
For outgoing events, if the name of the element matches the name of a field in the ActiveSpaces space, that field is set with the value of the element. If the attribute xsi:nil=true is set in the element, the value of the field in the tuple is set with null.