Interface IAlertWsService

All Superinterfaces:
IAlertListener
All Known Implementing Classes:
AlertWsService

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

    • connect

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

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