public interface ShenyuPluginChain
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
execute(org.springframework.web.server.ServerWebExchange exchange)
Delegate to the next
WebFilter in the chain. |
reactor.core.publisher.Mono<Void> execute(org.springframework.web.server.ServerWebExchange exchange)
WebFilter in the chain.exchange - the current server exchangeMono<Void> to indicate when request handling is completeCopyright © 2021 The Apache Software Foundation. All rights reserved.