public final class SoulWebHandler extends Object implements org.springframework.web.server.WebHandler
| 构造器和说明 |
|---|
SoulWebHandler(List<SoulPlugin> plugins)
Instantiates a new Soul web handler.
|
public SoulWebHandler(List<SoulPlugin> plugins)
plugins - the pluginspublic reactor.core.publisher.Mono<Void> handle(org.springframework.web.server.ServerWebExchange exchange)
handle 在接口中 org.springframework.web.server.WebHandlerexchange - the current server exchangeMono<Void> to indicate when request handling is completeCopyright © 2019 dromara. All rights reserved.