| Package | Description |
|---|---|
| org.apache.dubbo.rpc.cluster | |
| org.apache.dubbo.rpc.cluster.router.mesh.route |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T> RouterResult<Invoker<T>> |
MeshRuleRouter.route(List<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.