Class FailbackClusterInvoker<T>
java.lang.Object
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker<T>
org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker<T>
- All Implemented Interfaces:
org.apache.dubbo.common.Node,ClusterInvoker<T>,Invoker<T>
When fails, record failure requests and schedule for retry on a regular interval.
Especially useful for services of notification.
Failback
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
getDirectory, getInterface, getRegistryUrl, getUrl, invoke, isAvailable, isDestroyed, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.cluster.ClusterInvoker
hasProxyInvokers, isServiceDiscovery
-
Constructor Details
-
FailbackClusterInvoker
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.apache.dubbo.common.Node- Overrides:
destroyin classAbstractClusterInvoker<T>
-