public class SignPlugin extends AbstractShenyuPlugin
| 构造器和说明 |
|---|
SignPlugin(SignService signService)
Instantiates a new Sign plugin.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<java.lang.Void> |
doExecute(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) |
int |
getOrder() |
java.lang.String |
named() |
execute, handleRuleIfNull, handleSelectorIfNullpublic SignPlugin(SignService signService)
signService - the sign servicepublic java.lang.String named()
public int getOrder()
protected reactor.core.publisher.Mono<java.lang.Void> doExecute(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)
doExecute 在类中 AbstractShenyuPluginCopyright © 2022 The Apache Software Foundation. All rights reserved.