Tango Beans - Event Flow
Description of the diagram:
- ObjectPipe X intercepts event generated by component A in Mary’s application
- ObjectPipe X passes event to TangoBean in Mary’s application.
- ObjectPipe identifier is added to the passed data
- TangoBean sends event to the TI system using low level API
- TI system distributes event to all participants in the session except for the user that generated the event
- TangoBean in John’s application accepts the event from TI system
- TangoBean passes the event to ObjectPipe X.
- The proper ObjectPipe component is determined using identifier extracted from the encoded event
- ObjectPipe X sends event to component B in John’s application