public class DefaultMetadataServiceProxyFactory extends Object implements MetadataServiceProxyFactory
RemoteMetadataServiceProxyFactory| Constructor and Description |
|---|
DefaultMetadataServiceProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
MetadataService |
getProxy(ServiceInstance serviceInstance)
Create a
MetadataService proxy via the specified ServiceInstance
WritableMetadataService |
void |
setProtocol(org.apache.dubbo.rpc.Protocol protocol) |
void |
setProxyFactory(org.apache.dubbo.rpc.ProxyFactory proxyFactory) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultExtension, getExtension, getProxypublic void setProtocol(org.apache.dubbo.rpc.Protocol protocol)
public void setProxyFactory(org.apache.dubbo.rpc.ProxyFactory proxyFactory)
public final MetadataService getProxy(ServiceInstance serviceInstance)
MetadataServiceProxyFactoryMetadataService proxy via the specified ServiceInstance
WritableMetadataServicegetProxy in interface MetadataServiceProxyFactoryserviceInstance - the instance of ServiceInstanceCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.