Class ChangeEventHandler

java.lang.Object
io.quarkiverse.web.bundler.runtime.devmode.ChangeEventHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class ChangeEventHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  • Field Details

  • Constructor Details

  • Method Details

    • handle

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