Message from gateway to perspective component

Message from Gateway Tag Event change

In my scenario, I have many UDT's and I build a view that will repeat elements depending if on a specific tag within the UDT contains or not data, the view will show the representation of such elements according the tag evaluation criteria.

My strategy is a timer gateway event, to poll all UDT and specific data tag, build a payload and send with system.util.sendMessage from the gateway with scope Sessions [S], here comes my question:

When message arrives to the perspective session, is needed a session message handler to redistribute the message sent by the gateway? with system.perspective.sendMessage in order to one component within the session can receive the message and make something with for example all values of the tags readed to build dinamically and control the number of elements in the view.

Yes using system.perspective.sendMessage() will allow you to send a payload and update the property values of a repeating component like a Flex Repeater.