Package com.qfs.snl.ws
Interface IAlertWsService
- All Superinterfaces:
IAlertListener
- All Known Implementing Classes:
AlertWsService
Alert service for websockets.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(IWsSession session) Connects a new socket to the service.void
disconnect
(IWsSession session) Disconnects a socket from the service.Methods inherited from interface com.qfs.snl.monitors.IAlertListener
onStartedAlerts, onStoppedAlerts, onUpdatedAlerts
-
Method Details
-
connect
Connects a new socket to the service.- Parameters:
session
- the new session
-
disconnect
Disconnects a socket from the service.- Parameters:
session
- the session about to close
-