@SPI(value="config")
public interface ServiceNameMapping
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
buildGroup(String serviceInterface) |
Set<String> |
getAndListen(org.apache.dubbo.common.URL url,
MappingListener mappingListener)
Get the service names from the specified Dubbo service interface, group, version and protocol
|
static ServiceNameMapping |
getDefaultExtension()
Get the default extension of
ServiceNameMapping |
static ServiceNameMapping |
getExtension(String name) |
void |
map(org.apache.dubbo.common.URL url)
Map the specified Dubbo service interface, group, version and protocol to current Dubbo service name
|
void map(org.apache.dubbo.common.URL url)
Set<String> getAndListen(org.apache.dubbo.common.URL url, MappingListener mappingListener)
static ServiceNameMapping getDefaultExtension()
ServiceNameMappingServiceNameMappingDynamicConfigurationServiceNameMappingstatic ServiceNameMapping getExtension(String name)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.