Interface AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
- Enclosing class:
AbstractWebFluxEndpointHandlerMapping
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
protected static interface AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
A reactive web operation that can be handled by WebFlux.
- Since:
- 2.0.0
- Author:
- Andy Wilkinson, Madhura Bhave, Phillip Webb, Brian Clozel, Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<ResponseEntity<Object>> handle
(ServerWebExchange exchange, Map<String, String> body)
-
Method Details
-
handle
reactor.core.publisher.Mono<ResponseEntity<Object>> handle(ServerWebExchange exchange, Map<String, String> body)
-