@Deprecated public interface Protocol extends org.apache.dubbo.rpc.Protocol
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
export(Invoker<T> invoker)
Deprecated.
|
default <T> org.apache.dubbo.rpc.Exporter<T> |
export(org.apache.dubbo.rpc.Invoker<T> invoker)
Deprecated.
|
<T> Invoker<T> |
refer(Class<T> aClass,
URL url)
Deprecated.
|
default <T> org.apache.dubbo.rpc.Invoker<T> |
refer(Class<T> aClass,
org.apache.dubbo.common.URL url)
Deprecated.
|
<T> Exporter<T> export(Invoker<T> invoker) throws RpcException
RpcException<T> Invoker<T> refer(Class<T> aClass, URL url) throws RpcException
RpcExceptiondefault <T> org.apache.dubbo.rpc.Exporter<T> export(org.apache.dubbo.rpc.Invoker<T> invoker)
throws RpcException
export in interface org.apache.dubbo.rpc.ProtocolRpcExceptiondefault <T> org.apache.dubbo.rpc.Invoker<T> refer(Class<T> aClass, org.apache.dubbo.common.URL url) throws RpcException
refer in interface org.apache.dubbo.rpc.ProtocolRpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.