Package se.fortnox.reactivewizard
Interface RequestHandler
- All Superinterfaces:
BiFunction<reactor.netty.http.server.HttpServerRequest,reactor.netty.http.server.HttpServerResponse, org.reactivestreams.Publisher<Void>>
- All Known Implementing Classes:
JaxRsRequestHandler
public interface RequestHandler
extends BiFunction<reactor.netty.http.server.HttpServerRequest,reactor.netty.http.server.HttpServerResponse,org.reactivestreams.Publisher<Void>>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply