Package com.qfs.snl.ws
Interface IGraphWsService
- All Superinterfaces:
IMonitorListener
- All Known Implementing Classes:
GraphWsService
The graph websocket session holder.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onGraphWsSession
(Long monitorId, IWsSession session) Method called when a graph session is going to start or stop.Methods inherited from interface com.qfs.snl.monitors.IMonitorListener
onDeletedMonitors, onEvents, onNewMonitors, onUpdatedMonitors
-
Method Details
-
onGraphWsSession
Method called when a graph session is going to start or stop. A negative monitor id means that we are stopping the watching TODO This might change with livejs A live tab may want to watch many monitors at a time.- Parameters:
monitorId
- the monitor id we are watching if it is positivesession
- the web socket session
-