Interface ServerSession.AddedListener

    • Method Detail

      • added

        void added​(ServerSession session,
                   ServerMessage message)

        Callback method invoked when the session is added to a BayeuxServer.

        Parameters:
        session - the added session
        message - the message that caused the session addition