Interface ISessionListener

    • Method Detail

      • onCreated

        default void onCreated​(Session session)
        Called when a new instance of session is created
        Parameters:
        session -
      • onUnbound

        default void onUnbound​(String sessionId)
        Informs the listener that session with specific id has been unbound.
        Parameters:
        sessionId - the id of the unbound session