| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.rpc | |
| com.alibaba.dubbo.rpc.cluster |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Exporter<T> |
Protocol.export(Invoker<T> invoker)
已过时。
|
default <T> org.apache.dubbo.rpc.Exporter<T> |
Protocol.export(org.apache.dubbo.rpc.Invoker<T> invoker)
已过时。
|
<T> Invoker<T> |
ProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url)
已过时。
|
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker)
已过时。
|
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker,
boolean generic)
已过时。
|
Result |
Invoker.invoke(Invocation invocation)
已过时。
|
Result |
Invoker.CompatibleInvoker.invoke(Invocation invocation) |
Result |
Filter.invoke(Invoker<?> invoker,
Invocation invocation)
已过时。
|
<T> Invoker<T> |
Protocol.refer(Class<T> aClass,
URL url)
已过时。
|
default <T> org.apache.dubbo.rpc.Invoker<T> |
Protocol.refer(Class<T> aClass,
org.apache.dubbo.common.URL url)
已过时。
|
void |
InvokerListener.referred(Invoker<?> invoker)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Invoker<T> |
Cluster.join(Directory<T> directory)
已过时。
|
List<Invoker<T>> |
Directory.list(Invocation invocation)
已过时。
|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
已过时。
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.