Class BusWorker

The BusWorker is a background Thread which is Spawned by the BusHandler to handle all published and observed streams, uplinks and their aggregation depending on their hierarchy.

Decorator

Thread

Decorator

Singleton

See

BusHandler

Constructors

Properties

Methods

Constructors

Properties

BehaviorSubject emitting every time when changes occur on the internal streams or uplinks mappings. This emittance is used to recombine the Observable streams which were previously obtained to through use of the observe method.

streams: Map<Handle, Observable<Value<unknown>>>

Internal Mapping containing all established streams. Updating this map should always be accompanied by an emittance of changes.

uplinks: Map<Handle, Observable<Value<unknown>>>

Internal Mapping containing all established uplinks. Updating this map should always be accompanied by an emittance of changes.

Methods

Generated using TypeDoc