类 DynamicConfigurationServiceNameMapping
- java.lang.Object
-
- org.apache.dubbo.metadata.DynamicConfigurationServiceNameMapping
-
- 所有已实现的接口:
ServiceNameMapping
public class DynamicConfigurationServiceNameMapping extends Object implements ServiceNameMapping
TheServiceNameMappingimplementation based onDynamicConfiguration
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringDEFAULT_MAPPING_GROUP
-
构造器概要
构造器 构造器 说明 DynamicConfigurationServiceNameMapping()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Set<String>getAndListen(org.apache.dubbo.common.URL url, MappingListener mappingListener)Get the service names from the specified Dubbo service interface, group, version and protocolvoidmap(org.apache.dubbo.common.URL url)Map the specified Dubbo service interface, group, version and protocol to current Dubbo service name
-
-
-
字段详细资料
-
DEFAULT_MAPPING_GROUP
public static String DEFAULT_MAPPING_GROUP
-
-
方法详细资料
-
map
public void map(org.apache.dubbo.common.URL url)
从接口复制的说明:ServiceNameMappingMap the specified Dubbo service interface, group, version and protocol to current Dubbo service name- 指定者:
map在接口中ServiceNameMapping
-
getAndListen
public Set<String> getAndListen(org.apache.dubbo.common.URL url, MappingListener mappingListener)
从接口复制的说明:ServiceNameMappingGet the service names from the specified Dubbo service interface, group, version and protocol- 指定者:
getAndListen在接口中ServiceNameMapping- 返回:
-
-