| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metadata | |
| org.apache.dubbo.metadata.report |
| 限定符和类型 | 方法和说明 |
|---|---|
MappingListener |
AbstractServiceNameMapping.stopListen(org.apache.dubbo.common.URL subscribeURL,
MappingListener listener) |
MappingListener |
ServiceNameMapping.stopListen(org.apache.dubbo.common.URL subscribeURL,
MappingListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Set<String> |
AbstractServiceNameMapping.getAndListen(org.apache.dubbo.common.URL url,
MappingListener mappingListener)
Get the service names from the specified Dubbo service interface, group, version and protocol
|
Set<String> |
AbstractServiceNameMapping.getAndListen(org.apache.dubbo.common.URL registryURL,
org.apache.dubbo.common.URL subscribedURL,
MappingListener listener) |
Set<String> |
ServiceNameMapping.getAndListen(org.apache.dubbo.common.URL registryURL,
org.apache.dubbo.common.URL subscribedURL,
MappingListener listener)
Get the latest mapping result from remote center and register listener at the same time to get notified once mapping changes.
|
MappingListener |
AbstractServiceNameMapping.stopListen(org.apache.dubbo.common.URL subscribeURL,
MappingListener listener) |
MappingListener |
ServiceNameMapping.stopListen(org.apache.dubbo.common.URL subscribeURL,
MappingListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
default Set<String> |
MetadataReport.getServiceAppMapping(String serviceKey,
MappingListener listener,
org.apache.dubbo.common.URL url)
Service<-->Application Mapping -- START
|
default void |
MetadataReport.removeServiceAppMappingListener(String serviceKey,
MappingListener listener) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.