| Modifier and Type | Method and Description |
|---|---|
StateRouterResult<Invoker<T>> |
ConditionStateRouter.route(BitList<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage) |
| Modifier and Type | Method and Description |
|---|---|
StateRouterResult<Invoker<T>> |
ListenableStateRouter.route(BitList<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage) |
| Modifier and Type | Method and Description |
|---|---|
StateRouterResult<Invoker<T>> |
MockInvokersSelector.route(BitList<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage) |
| Modifier and Type | Method and Description |
|---|---|
StateRouterResult<Invoker<T>> |
ScriptStateRouter.route(BitList<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage) |
| Modifier and Type | Method and Description |
|---|---|
StateRouterResult<Invoker<T>> |
StateRouter.route(BitList<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 |
|---|---|
StateRouterResult<Invoker<T>> |
TagStateRouter.route(BitList<Invoker<T>> invokers,
org.apache.dubbo.common.URL url,
Invocation invocation,
boolean needToPrintMessage) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.