Package io.quarkus.devui.runtime
Class DevUIRecorder
java.lang.Object
io.quarkus.devui.runtime.DevUIRecorder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext> buildTimeStaticHandler(io.quarkus.arc.runtime.BeanContainer beanContainer, String basePath, Map<String, String> urlAndPath, Map<String, String> descriptions, Map<String, String> mcpDefaultEnabled, Map<String, String> contentTypes) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createDevUICorsFilter(List<String> hosts) voidcreateJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String, JsonRpcMethod> runtimeMethods, Map<String, JsonRpcMethod> runtimeSubscriptions, Map<String, JsonRpcMethod> deploymentMethods, Map<String, JsonRpcMethod> deploymentSubscriptions, Map<String, JsonRpcMethod> recordedMethods, Map<String, JsonRpcMethod> recordedSubscriptions) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createLocalHostOnlyFilter(List<String> hosts) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> endpointInfoHandler(String basePath) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> mcpStreamableHTTPHandler(String quarkusVersion) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> mvnpmHandler(String root, Set<URL> mvnpmJarFiles) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> voidshutdownTask(io.quarkus.runtime.ShutdownContext shutdownContext, String devUIBasePath) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> uiHandler(String finalDestination, String path, List<io.quarkus.vertx.http.runtime.devmode.FileSystemStaticHandler.StaticWebRootConfiguration> webRootConfigurations, io.quarkus.runtime.ShutdownContext shutdownContext) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> vaadinRouterHandler(String basePath)
-
Field Details
-
DEV_MANAGER_GLOBALS_JSON_MAPPER_FACTORY
- See Also:
-
-
Constructor Details
-
DevUIRecorder
public DevUIRecorder()
-
-
Method Details
-
shutdownTask
-
createJsonRpcRouter
public void createJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String, JsonRpcMethod> runtimeMethods, Map<String, JsonRpcMethod> runtimeSubscriptions, Map<String, JsonRpcMethod> deploymentMethods, Map<String, JsonRpcMethod> deploymentSubscriptions, Map<String, JsonRpcMethod> recordedMethods, Map<String, JsonRpcMethod> recordedSubscriptions) -
devUIWebSocketHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> devUIWebSocketHandler() -
mcpStreamableHTTPHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> mcpStreamableHTTPHandler(String quarkusVersion) -
uiHandler
-
buildTimeStaticHandler
-
endpointInfoHandler
-
vaadinRouterHandler
-
mvnpmHandler
-
redirect
-
redirect
-
createLocalHostOnlyFilter
-
createDevUICorsFilter
-