Class ArcDevRecorder
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.devmode.ArcDevRecorder
-
public class ArcDevRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description ArcDevRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createBeansHandler()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createObserversHandler()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createRemovedBeansHandler()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createSummaryHandler(Map<String,String> configProperties)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>events()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>invocations()
-
-
-
Method Detail
-
createSummaryHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createSummaryHandler(Map<String,String> configProperties)
-
createBeansHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createBeansHandler()
-
createObserversHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createObserversHandler()
-
createRemovedBeansHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createRemovedBeansHandler()
-
events
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> events()
-
invocations
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> invocations()
-
-