Class AsyncApiHandler

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

    public class AsyncApiHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    Since:
    10.02.2023
    • Constructor Detail

      • AsyncApiHandler

        public AsyncApiHandler()
    • Method Detail

      • handle

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