Package io.quarkiverse.quinoa
Class QuinoaRecorder
- java.lang.Object
-
- io.quarkiverse.quinoa.QuinoaRecorder
-
public class QuinoaRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMETA_INF_WEB_UI
-
Constructor Summary
Constructors Constructor Description QuinoaRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>quinoaHandler(String directory, Set<String> uiResources, boolean enableSPARouting)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>quinoaProxyDevHandler(Supplier<io.vertx.core.Vertx> vertx, Integer port)
-
-
-
Field Detail
-
META_INF_WEB_UI
public static final String META_INF_WEB_UI
- See Also:
- Constant Field Values
-
-
Method Detail
-
quinoaProxyDevHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> quinoaProxyDevHandler(Supplier<io.vertx.core.Vertx> vertx, Integer port)
-
quinoaHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> quinoaHandler(String directory, Set<String> uiResources, boolean enableSPARouting) throws IOException
- Throws:
IOException
-
-