Interface IAlertWsService

All Superinterfaces:
IAlertListener
All Known Implementing Classes:
AlertWsService

public interface IAlertWsService extends IAlertListener
Alert service for websockets.
Author:
ActiveViam
  • Method Details Link icon

    • connect Link icon

      void connect(IWsSession session)
      Connects a new socket to the service.
      Parameters:
      session - the new session
    • disconnect Link icon

      void disconnect(IWsSession session)
      Disconnects a socket from the service.
      Parameters:
      session - the session about to close