Class VertxHttpHandlerAdapter

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class VertxHttpHandlerAdapter
    extends java.lang.Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    • Constructor Summary

      Constructors 
      Constructor Description
      VertxHttpHandlerAdapter​(org.springframework.http.server.reactive.HttpHandler httpHandler)  
    • Method Summary

      Modifier and Type Method Description
      void handle​(io.vertx.ext.web.RoutingContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxHttpHandlerAdapter

        public VertxHttpHandlerAdapter​(org.springframework.http.server.reactive.HttpHandler httpHandler)
    • Method Detail

      • handle

        public void handle​(io.vertx.ext.web.RoutingContext context)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>