Class DevUIWebSocket

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

public class DevUIWebSocket 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

    • DevUIWebSocket

      public DevUIWebSocket()
  • 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>