Class ForkingClusterInvoker<T>

java.lang.Object
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker<T>
org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker<T>
All Implemented Interfaces:
org.apache.dubbo.common.Node, ClusterInvoker<T>, Invoker<T>

public class ForkingClusterInvoker<T> extends AbstractClusterInvoker<T>
NOTICE! This implementation does not work well with async call.

Invoke a specific number of invokers concurrently, usually used for demanding real-time operations, but need to waste more service resources. Fork