Class ScopeClusterWrapper
java.lang.Object
org.apache.dubbo.rpc.cluster.support.wrapper.ScopeClusterWrapper
- All Implemented Interfaces:
Cluster
Introducing ScopeClusterInvoker section through Dubbo SPI mechanism
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Invoker<T> Merge the directory invokers to a virtual invoker.
-
Constructor Details
-
ScopeClusterWrapper
-
-
Method Details
-
join
Description copied from interface:ClusterMerge the directory invokers to a virtual invoker.- Specified by:
joinin interfaceCluster- Type Parameters:
T-- Parameters:
directory-- Returns:
- cluster invoker
- Throws:
RpcException
-
getCluster
-