public final class WebFluxResultUtils extends Object
| Constructor and Description |
|---|
WebFluxResultUtils() |
| Modifier and Type | Method and Description |
|---|---|
static reactor.core.publisher.Mono<Void> |
noRuleResult(String pluginName,
org.springframework.web.server.ServerWebExchange exchange)
get no rule result.
|
static reactor.core.publisher.Mono<Void> |
noSelectorResult(String pluginName,
org.springframework.web.server.ServerWebExchange exchange)
get no selector result.
|
static reactor.core.publisher.Mono<Void> |
result(org.springframework.web.server.ServerWebExchange exchange,
Object result)
Error mono.
|
public static reactor.core.publisher.Mono<Void> result(org.springframework.web.server.ServerWebExchange exchange, Object result)
exchange - the exchangeresult - the resultpublic static reactor.core.publisher.Mono<Void> noSelectorResult(String pluginName, org.springframework.web.server.ServerWebExchange exchange)
pluginName - the plugin nameexchange - the exchangeCopyright © 2021 The Apache Software Foundation. All rights reserved.