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 Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>>
    handle(org.springframework.web.server.ServerWebExchange exchange, Map<String,String> body)
     
  • Method Details

    • handle

      reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>> handle(org.springframework.web.server.ServerWebExchange exchange, Map<String,String> body)