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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MEDIA_TYPE_TEXT_EVENT_STREAM
- See Also:
-
-
Constructor Details
-
ChangeEventHandler
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext routingContext) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-