Interface IGraphWsService

All Superinterfaces:
IMonitorListener
All Known Implementing Classes:
GraphWsService

public interface IGraphWsService extends IMonitorListener
The graph websocket session holder.
Author:
ActiveViam
  • Method Details Link icon

    • onGraphWsSession Link icon

      void onGraphWsSession(Long monitorId, IWsSession session)
      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 positive
      session - the web socket session