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.
-
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)
-