Uses of Class
org.apache.dubbo.rpc.cluster.router.RouterResult
Packages that use RouterResult
-
Uses of RouterResult in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return RouterResultModifier and TypeMethodDescriptiondefault <T> RouterResult<Invoker<T>> Router.route(List<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation, boolean needToPrintMessage) ** This method can return the state of whether routerChain needed to continue route.