You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "imSanko (via GitHub)" <gi...@apache.org> on 2023/03/13 04:43:24 UTC

[GitHub] [dubbo] imSanko opened a new pull request, #11797: 3.1.8 release

imSanko opened a new pull request, #11797:
URL: https://github.com/apache/dubbo/pull/11797

      /**
        * Initialize the component
        */
       void initialize() throws IllegalStateException;
   //can be changed to int initialize 
       /**
        * Starts the component.
        * @return
        */
       Future start() throws IllegalStateException;
       // void start () throws illegalstateEception;
   
       /**
        * Stops the component.
        */
       void stop() throws IllegalStateException;
       // int stop ()
       return void;
       }
       


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ closed pull request #11797: 3.1.8 release

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ closed pull request #11797: 3.1.8 release
URL: https://github.com/apache/dubbo/pull/11797


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org