public class SignPlugin extends Object implements SoulPlugin
| 构造器和说明 |
|---|
SignPlugin(SignService signService)
Instantiates a new Sign plugin.
|
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Void> |
execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
int |
getOrder()
return plugin order .
|
String |
named()
acquire plugin name.
|
PluginTypeEnum |
pluginType()
return plugin type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskippublic SignPlugin(SignService signService)
signService - the sign servicepublic String named()
SoulPluginnamed 在接口中 SoulPluginpublic int getOrder()
SoulPlugingetOrder 在接口中 SoulPluginpublic reactor.core.publisher.Mono<Void> execute(org.springframework.web.server.ServerWebExchange exchange, SoulPluginChain chain)
SoulPluginWebFilter through the given SoulPluginChain.execute 在接口中 SoulPluginexchange - the current server exchangechain - provides a way to delegate to the next filterMono<Void> to indicate when request processing is completepublic PluginTypeEnum pluginType()
pluginType 在接口中 SoulPluginCopyright © 2019 dromara. All rights reserved.