public class GlobalPlugin extends Object implements SoulPlugin
| 构造器和说明 |
|---|
GlobalPlugin(SoulContextBuilder builder)
Instantiates a new Global plugin.
|
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Void> |
execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain) |
int |
getOrder() |
String |
named() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskippublic GlobalPlugin(SoulContextBuilder builder)
builder - the builderpublic reactor.core.publisher.Mono<Void> execute(org.springframework.web.server.ServerWebExchange exchange, SoulPluginChain chain)
execute 在接口中 SoulPluginpublic int getOrder()
getOrder 在接口中 SoulPluginpublic String named()
named 在接口中 SoulPluginCopyright © 2021 dromara. All rights reserved.