类 FailoverClusterInvoker<T>

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