public class GlobalPlugin extends Object implements ShenyuPlugin
| Constructor and Description |
|---|
GlobalPlugin(ShenyuContextBuilder builder)
Instantiates a new Global plugin.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
execute(org.springframework.web.server.ServerWebExchange exchange,
ShenyuPluginChain chain) |
int |
getOrder() |
String |
named() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskippublic GlobalPlugin(ShenyuContextBuilder builder)
builder - the builderpublic reactor.core.publisher.Mono<Void> execute(org.springframework.web.server.ServerWebExchange exchange, ShenyuPluginChain chain)
execute in interface ShenyuPluginpublic int getOrder()
getOrder in interface ShenyuPluginpublic String named()
named in interface ShenyuPluginCopyright © 2021 The Apache Software Foundation. All rights reserved.