Interface PlatformHandler

    • Method Detail

      • getDelegate

        io.vertx.ext.web.handler.PlatformHandler getDelegate()
      • handle

        void handle​(RoutingContext event)
        Something has happened, so handle it.
        Specified by:
        handle in interface io.vertx.core.Handler<RoutingContext>
        Parameters:
        event - the event to handle
      • newInstance

        static PlatformHandler newInstance​(io.vertx.ext.web.handler.PlatformHandler arg)