Interface ConnectionHolder

    • Method Detail

      • connect

        void connect​(java.lang.String username,
                     java.lang.String password)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        void start()
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setExceptionListener

        void setExceptionListener​(ExceptionListener listener)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeReconnectListener

        void removeReconnectListener​(ReconnectListener listener)
      • createEndpoint

        Endpoint createEndpoint​(java.lang.String routerName,
                                RequestServiceFactory rsf,
                                boolean createInternalCommands)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • close

        void close()