Uses of Class
org.apache.dubbo.rpc.cluster.RouterChain
Packages that use RouterChain
-
Uses of RouterChain in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return RouterChainModifier and TypeMethodDescriptionstatic <T> RouterChain<T> RouterChain.buildChain(Class<T> interfaceClass, org.apache.dubbo.common.URL url) Directory.getRouterChain() -
Uses of RouterChain in org.apache.dubbo.rpc.cluster.directory
Methods in org.apache.dubbo.rpc.cluster.directory that return RouterChainMethods in org.apache.dubbo.rpc.cluster.directory with parameters of type RouterChainModifier and TypeMethodDescriptionvoidAbstractDirectory.setRouterChain(RouterChain<T> routerChain) Constructors in org.apache.dubbo.rpc.cluster.directory with parameters of type RouterChainModifierConstructorDescriptionAbstractDirectory(org.apache.dubbo.common.URL url, RouterChain<T> routerChain, boolean isUrlFromRegistry) StaticDirectory(List<Invoker<T>> invokers, RouterChain<T> routerChain) StaticDirectory(org.apache.dubbo.common.URL url, List<Invoker<T>> invokers, RouterChain<T> routerChain)