forked from sofastack/sofa-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:remove fetch group name. (sofastack#792)
* chore:remove fetch group name
- Loading branch information
1 parent
340ebc3
commit 201de55
Showing
4 changed files
with
6 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
/** | ||
* 地址管理器 | ||
* | ||
* | ||
* @author <a href="mailto:[email protected]">GengZhang</a> | ||
*/ | ||
@Extensible(singleton = false) | ||
|
@@ -73,10 +73,4 @@ protected AddressHolder(ConsumerBootstrap consumerBootstrap) { | |
* @return 全部服务列表 | ||
*/ | ||
public abstract int getAllProviderSize(); | ||
|
||
/** | ||
* @param providerInfo | ||
* @return | ||
*/ | ||
public abstract String fetchGroupName(ProviderInfo providerInfo); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters