public class GrpcResponsePlugin extends Object implements org.dromara.soul.plugin.api.SoulPlugin
| 构造器和说明 |
|---|
GrpcResponsePlugin() |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Void> |
execute(org.springframework.web.server.ServerWebExchange exchange,
org.dromara.soul.plugin.api.SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
int |
getOrder() |
String |
named()
acquire plugin name.
|
Boolean |
skip(org.springframework.web.server.ServerWebExchange exchange) |
public reactor.core.publisher.Mono<Void> execute(org.springframework.web.server.ServerWebExchange exchange, org.dromara.soul.plugin.api.SoulPluginChain chain)
WebFilter through the given SoulPluginChain.execute 在接口中 org.dromara.soul.plugin.api.SoulPluginexchange - the current server exchangechain - provides a way to delegate to the next filterMono<Void> to indicate when request processing is completepublic Boolean skip(org.springframework.web.server.ServerWebExchange exchange)
skip 在接口中 org.dromara.soul.plugin.api.SoulPluginpublic int getOrder()
getOrder 在接口中 org.dromara.soul.plugin.api.SoulPluginpublic String named()
named 在接口中 org.dromara.soul.plugin.api.SoulPluginCopyright © 2021 dromara. All rights reserved.