Interface ServerSession.AddListener

    • Method Summary

      Modifier and Type Method Description
      void added​(ServerSession session)
      Callback method invoked when the session is added to a BayeuxServer.
    • Method Detail

      • added

        void added​(ServerSession session)

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

        Parameters:
        session - the added session