public class ApacheDubboPlugin
extends org.apache.shenyu.plugin.dubbo.common.AbstractDubboPlugin
| 构造器和说明 |
|---|
ApacheDubboPlugin(ApacheDubboProxyService dubboProxyService)
Instantiates a new Dubbo plugin.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<java.lang.Void> |
doDubboInvoker(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain chain,
org.apache.shenyu.common.dto.SelectorData selector,
org.apache.shenyu.common.dto.RuleData rule,
org.apache.shenyu.common.dto.MetaData metaData,
java.lang.String param)
do dubbo invoker.
|
protected void |
transmitRpcContext(java.util.Map<java.lang.String,java.lang.String> rpcContext) |
doExecute, getOrder, handleRuleIfNull, handleSelectorIfNull, named, skippublic ApacheDubboPlugin(ApacheDubboProxyService dubboProxyService)
dubboProxyService - the dubbo proxy serviceprotected reactor.core.publisher.Mono<java.lang.Void> doDubboInvoker(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain chain,
org.apache.shenyu.common.dto.SelectorData selector,
org.apache.shenyu.common.dto.RuleData rule,
org.apache.shenyu.common.dto.MetaData metaData,
java.lang.String param)
doDubboInvoker 在类中 org.apache.shenyu.plugin.dubbo.common.AbstractDubboPluginexchange - exchange the current server exchange ServerWebExchangechain - chain the current chain ServerWebExchangemetaData - the medataparam - the paramMono<Void> to indicate when request handling is completeprotected void transmitRpcContext(java.util.Map<java.lang.String,java.lang.String> rpcContext)
transmitRpcContext 在类中 org.apache.shenyu.plugin.dubbo.common.AbstractDubboPluginCopyright © 2026 The Apache Software Foundation. All rights reserved.