CoreMonitorService

CoreMonitorService ⇐ AbstractMonitorService

Kind: global class
Extends: AbstractMonitorService
Implementation:
Properties

NameTypeDescription
monitorEventBusMonitorEventBus

A reference on the monitor event bus.

monitorSocketServiceMonitorSocketService

A reference on the monitor socket service.

monitoringEventsArray.<String>

List of connected events to monitor

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

ParamType
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

ParamTypeDescription
message*

A socket message