Class WebBundlerResourceRecorder
java.lang.Object
io.quarkiverse.web.bundler.runtime.WebBundlerResourceRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionWebBundlerResourceRecorder(io.quarkus.runtime.RuntimeValue<io.quarkus.vertx.http.runtime.HttpConfiguration> httpConfiguration, io.quarkus.vertx.http.runtime.HttpBuildTimeConfig httpBuildTimeConfig) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createChangeEventHandler(String webResourcesDirectory, Set<String> webResources, io.quarkus.runtime.ShutdownContext shutdownContext) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createHandler(String directory, Set<String> webResources, boolean devMode) static voidsetHotDeploymentEventHandlerRegister(Function<Consumer<Set<String>>, Runnable> hotDeploymentEventHandlerRegister) static voidsetStartWatchScheduler(Runnable startWatchScheduler)
-
Constructor Details
-
WebBundlerResourceRecorder
public WebBundlerResourceRecorder(io.quarkus.runtime.RuntimeValue<io.quarkus.vertx.http.runtime.HttpConfiguration> httpConfiguration, io.quarkus.vertx.http.runtime.HttpBuildTimeConfig httpBuildTimeConfig)
-
-
Method Details
-
createHandler
-
createChangeEventHandler
-
setHotDeploymentEventHandlerRegister
-
setStartWatchScheduler
-