CoreMonitorService
CoreMonitorService ⇐ AbstractMonitorService
Kind: global class
Extends: AbstractMonitorService
Implementation:
Properties
| Name | Type | Description |
|---|---|---|
| monitorEventBus | MonitorEventBus | A reference on the monitor event bus. |
| monitorSocketService | MonitorSocketService | A reference on the monitor socket service. |
| monitoringEvents | Array.<String> | List of connected events to monitor |
- CoreMonitorService ⇐
AbstractMonitorService
CoreMonitorService()
Service which enables monitoring of Available Apps using bidirectional communication messages with a socket server.
_initialize(params) ⇒ Promise
Utility method used to initialize current monitoring service.
Kind: instance method of CoreMonitorService
| Param | Type |
|---|---|
| params | * |
_getAvailableApp() ⇒ Object
Utility method used to retrieve the available applications.
Kind: instance method of CoreMonitorService
Returns: Object - A JavaScript map of available applications
_manageSocketResponse(message)
Utility method used to manage internal socket responses.
Kind: instance method of CoreMonitorService
| Param | Type | Description |
|---|---|---|
| message | * | A socket message |