T
- the type of the response of the function@FunctionalInterface
public interface HandlerFunction<T extends ServerResponse>
RouterFunction
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<T> |
handle(ServerRequest request)
Handle the given request.
|
reactor.core.publisher.Mono<T> handle(ServerRequest request)
request
- the request to handle