A Modul to manage the status of other statusmanagers. Dispatcher should have a status manager, to ensure, the system is online etc. Its a base implemetation of the INopeConnectivityManager. Please checkout the interface for more details or the corresponding jupyter notebook.

Author

M.Karkowski

Export

Implements

Hierarchy

  • NopeConnectivityManager

Implements

Constructors

Properties

dispatchers: IMapBasedMergeData<string, INopeStatusInfo, string, string>

Mapping for the External Dispatchers. You can use the Event, onChange, to get the latest changes. Use the "data" field, to subscribe for the latest data.

  • OriginalKey = Dispatcher ID`
  • OriginalValue = INopeStatusInfo
  • ExtractedKey = Dispatcher ID
  • ExtractedValue = Dispatcher ID

Author

M.Karkowski

Memberof

INopeStatusManager

id: string = null

specific id. Otherwise a ID is generated

The Options, used by the Manager.

ready: INopeObservable<boolean, boolean, boolean, IEventAdditionalData>

Flag, to show, that the System is ready

Author

M.Karkowski

Memberof

INopeStatusManager

Accessors

Methods

Generated using TypeDoc