Class MetadataServiceNameMapping
java.lang.Object
org.apache.dubbo.metadata.AbstractServiceNameMapping
org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
- All Implemented Interfaces:
ServiceNameMapping,Destroyable
-
Field Summary
Fields inherited from interface org.apache.dubbo.metadata.ServiceNameMapping
DEFAULT_MAPPING_GROUP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAndListen(URL url, MappingListener mappingListener) booleanbooleanSimply register to all metadata centerMethods inherited from class org.apache.dubbo.metadata.AbstractServiceNameMapping
$destroy, getAndListen, getMapping, getMappingLock, getRemoteMapping, putCachedMapping, removeCachedMapping, setApplicationModel, stopListen
-
Constructor Details
-
MetadataServiceNameMapping
-
-
Method Details
-
hasValidMetadataCenter
public boolean hasValidMetadataCenter() -
map
Simply register to all metadata center -
get
- Specified by:
getin classAbstractServiceNameMapping
-
getAndListen
- Specified by:
getAndListenin classAbstractServiceNameMapping
-