Class FailfastClusterInvoker<T>

java.lang.Object
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker<T>
org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker<T>
All Implemented Interfaces:
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