接口 Cluster
-
- 所有超级接口:
Cluster
@Deprecated public interface Cluster extends Cluster
已过时。
-
-
方法详细资料
-
join
<T> Invoker<T> join(Directory<T> directory) throws RpcException
已过时。- 抛出:
RpcException
-
join
default <T> Invoker<T> join(Directory<T> directory) throws RpcException
已过时。从接口复制的说明:ClusterMerge the directory invokers to a virtual invoker.- 指定者:
join在接口中Cluster- 返回:
- cluster invoker
- 抛出:
RpcException
-
-