类的使用
org.apache.dubbo.rpc.cluster.router.RouterResult
-
使用RouterResult的程序包 程序包 说明 org.apache.dubbo.rpc.cluster -
-
org.apache.dubbo.rpc.cluster中RouterResult的使用
返回RouterResult的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 default <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. ** Filter invokers with current routing rule and only return the invokers that comply with the rule.
-