Package dev.snowdrop.vertx.http.server
Class VertxHttpHandlerAdapter
- java.lang.Object
-
- dev.snowdrop.vertx.http.server.VertxHttpHandlerAdapter
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class VertxHttpHandlerAdapter extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
-
Constructor Summary
Constructors Constructor Description VertxHttpHandlerAdapter(org.springframework.http.server.reactive.HttpHandler httpHandler)
-