类 ForkingClusterInvoker<T>

  • 所有已实现的接口:
    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