Connecting components
Components must be connected to communicate properly
Connection: ObjectPipe to Application Component:
- enables routing distributed events to the specific application components.
- when new data arrives, the ObjectPipe fires the ‘Data arrived’ event that contains received information
- the application component intercepts this event and activates desired operation when the event arrives
- ‘Data arrived’ event contains information that can be used by the application component
-