a factory generating a broker
a group to combine a set of channels
a crypto class
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
binding into rxjs produces a subject which can be used via next calls to send messages on the other hand we
registers a listener on a channel
the channel to register the listeners for
the listener to register
unregisters a listener from this channel
the channel to unregister from
the listener to unregister the channel from
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!