public interface MessageWriter
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<java.lang.String> |
supportTypes()
Support type list.
|
reactor.core.publisher.Mono<java.lang.Void> |
writeWith(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain chain)
Write with exchange and shenyu plugin chain.
|
reactor.core.publisher.Mono<java.lang.Void> writeWith(org.springframework.web.server.ServerWebExchange exchange,
org.apache.shenyu.plugin.api.ShenyuPluginChain chain)
exchange - exchange the current server exchangechain - provides a way to delegate to the next filterMono<Void> to indicate when request processing is completejava.util.List<java.lang.String> supportTypes()
Copyright © 2026 The Apache Software Foundation. All rights reserved.