Class DevUIWebSocketHandler

java.lang.Object
io.quarkus.devui.runtime.js.DevUIWebSocketHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class DevUIWebSocketHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
This is the main entry point for Dev UI Json RPC communication
  • Constructor Details

    • DevUIWebSocketHandler

      public DevUIWebSocketHandler()
  • Method Details

    • handle

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