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(String beanDependenciesGlobalKey)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createObserversHandler()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createRemovedBeansHandler(List<String[]> removedInterceptorsDecorators)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createSummaryHandler(Map<String,String> configProperties, String rootPath, int removedInterceptorsDecorators)
-
-
-
Method Detail
-
createSummaryHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createSummaryHandler(Map<String,String> configProperties, String rootPath, int removedInterceptorsDecorators)
-
createBeansHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createBeansHandler(String beanDependenciesGlobalKey)
-
createObserversHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createObserversHandler()
-
-