Interface SessionHandler


public interface SessionHandler
  • Method Summary

    Modifier and Type Method Description
    java.util.List<org.teamapps.ux.component.template.BaseTemplateRecord<java.lang.Long>> getActiveUsers()  
    void handleSessionStart​(org.teamapps.ux.session.SessionContext context)  
    void init​(SessionManager sessionManager, ServerRegistry serverRegistry)  
    void shutDown()  
  • Method Details

    • init

      void init​(SessionManager sessionManager, ServerRegistry serverRegistry)
    • handleSessionStart

      void handleSessionStart​(org.teamapps.ux.session.SessionContext context)
    • getActiveUsers

      java.util.List<org.teamapps.ux.component.template.BaseTemplateRecord<java.lang.Long>> getActiveUsers()
    • shutDown

      void shutDown()