public class DynamicConfigurationServiceNameMapping extends Object implements ServiceNameMapping
ServiceNameMapping implementation based on DynamicConfiguration| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MAPPING_GROUP |
| Constructor and Description |
|---|
DynamicConfigurationServiceNameMapping() |
| Modifier and Type | Method and Description |
|---|---|
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
|
void |
map(org.apache.dubbo.common.URL url)
Map the specified Dubbo service interface, group, version and protocol to current Dubbo service name
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildGroup, getDefaultExtension, getExtensionpublic static String DEFAULT_MAPPING_GROUP
public DynamicConfigurationServiceNameMapping()
public void map(org.apache.dubbo.common.URL url)
ServiceNameMappingmap in interface ServiceNameMappingpublic Set<String> getAndListen(org.apache.dubbo.common.URL url, MappingListener mappingListener)
ServiceNameMappinggetAndListen in interface ServiceNameMappingCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.