a factory generating a broker
a group to combine a set of channels
a crypto class
a crypto class
Static
Readonly
EVENT_answers a bidirectional message received usage, the client can use this method, to answer an incoming message in a precise manner so that the caller sending the bidirectional message knows how to deal with it this mechanism can be used for global storages where we have one answering entity per channel delivering the requested data, the request can be done asynchronously via promises waiting for answers
idea... a bidirectional broadcast sends a message and waits for the first answer coming in from one of the receivers sending the message back with a messageIdentifier_broadCastId answer
unregisters a listener from this channel
Generated using TypeDoc
a broker which hooks into the Broadcast Channel either via shim or substitute lib
The broadcast channels are a standardized messaging library The broker mechanism sets a layer on top to make it more manageable!