Schnittstelle SessionHandler


public interface SessionHandler
  • Methodendetails

    • init

      void init(SessionManager sessionManager, ServerRegistry serverRegistry)
    • handleSessionStart

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

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

      void shutDown()