public class URIPlugin
extends java.lang.Object
implements org.apache.shenyu.plugin.api.ShenyuPlugin
| Constructor and Description |
|---|
URIPlugin() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
execute(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain chain) |
int |
getOrder() |
java.lang.String |
named() |
boolean |
skip(org.springframework.web.server.ServerWebExchange exchange) |
public reactor.core.publisher.Mono<java.lang.Void> execute(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain chain)
execute in interface org.apache.shenyu.plugin.api.ShenyuPluginpublic int getOrder()
getOrder in interface org.apache.shenyu.plugin.api.ShenyuPluginpublic java.lang.String named()
named in interface org.apache.shenyu.plugin.api.ShenyuPluginpublic boolean skip(org.springframework.web.server.ServerWebExchange exchange)
skip in interface org.apache.shenyu.plugin.api.ShenyuPluginCopyright © 2023 The Apache Software Foundation. All rights reserved.