Class DataBroker
The DataBroker Class handles all the operations to choose the right codecs
and the channels to send, receive and handle messages related to the Data.
Defined in: wonder_full.js.
Method Detail
Adds a DataChannel to the Codec with the respective identity
- Parameters:
- {DataChannel} -
- A DataChannel object.
- {Identity} -
- An Identity object.
Receives a Message from channel that is designated to this codec to present it in the application.
- Parameters:
- {JsonObject} -
- JsonObject with the content of a message, is a DataMessage Type.
Removes DataChannel from the codec with the respective identity
- Parameters:
- {Identity} -
- An Identity object.