类 FailfastClusterInvoker<T>

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

    public class FailfastClusterInvoker<T>
    extends AbstractClusterInvoker<T>
    Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error. Usually used for non-idempotent write operations Fail-fast