类 FailoverClusterInvoker<T>

  • 所有已实现的接口:
    org.apache.dubbo.common.Node, ClusterInvoker<T>, Invoker<T>

    public class FailoverClusterInvoker<T>
    extends AbstractClusterInvoker<T>
    When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked) Note that retry causes latency.

    Failover