Interface WebHandler

    • Method Detail

      • handle

        reactor.core.publisher.Mono<Voidhandle​(ServerWebExchange exchange)
        Handle the web server exchange.
        Parameters:
        exchange - the current server exchange
        Returns:
        Mono<Void> to indicate when request handling is complete