Class EmbeddedUserSessionService

java.lang.Object
com.flowable.engage.engine.impl.websocket.EmbeddedUserSessionService
All Implemented Interfaces:
UserSessionService

public class EmbeddedUserSessionService extends Object implements UserSessionService
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

  • Method Details

    • userConnected

      public void userConnected(String userId, String tenantId, String sessionId)
      Description copied from interface: UserSessionService
      Method invoked when the user has been connected in real time to the application
      Specified by:
      userConnected in interface UserSessionService
      Parameters:
      userId - the id of the user that has connected
      tenantId - the tenant id for the connection
      sessionId - the id of the session that the user is connected to
    • userDisconnected

      public void userDisconnected(String userId, String tenantId, String sessionId)
      Description copied from interface: UserSessionService
      Method invoked when the user has been disconnected from a single session the application
      Specified by:
      userDisconnected in interface UserSessionService
      Parameters:
      userId - the id of the user that has been disconnected
      tenantId - the tenant id for the connection
      sessionId - the session id that the user disconnected from