public interface SoulPlugin
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
default Boolean |
skip(org.springframework.web.server.ServerWebExchange exchange)
plugin is execute.
|
reactor.core.publisher.Mono<Void> execute(org.springframework.web.server.ServerWebExchange exchange, SoulPluginChain chain)
WebFilter through the given SoulPluginChain.exchange - the current server exchangechain - provides a way to delegate to the next filterMono<Void> to indicate when request processing is completePluginTypeEnum pluginType()
int getOrder()
String named()
default Boolean skip(org.springframework.web.server.ServerWebExchange exchange)
exchange - the current server exchangeCopyright © 2019 dromara. All rights reserved.