chenshouye168 commented on code in PR #4670:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/4670#discussion_r1909898903
##########
foundations/foundation-registry/src/main/java/org/apache/servicecomb/registry/api/Registration.java:
##########
@@ -24,7 +24,7 @@
/**
* This is the core service registration interface. <br/>
*/
-public interface Registration<R extends RegistrationInstance> extends
SPIEnabled, SPIOrder, LifeCycle {
+public interface Registration<R extends MicroserviceInstance> extends
SPIEnabled, SPIOrder, LifeCycle {
Review Comment:
don`r need method 'getnitialStatus()' and 'getReadyStatus()'
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]