java.lang.Object
io.quarkus.funqy.runtime.bindings.http.FunqyHttpBindingRecorder
public class FunqyHttpBindingRecorder
extends Object
Provides the runtime methods to bootstrap Quarkus Funq
-
Constructor Summary
Constructors
-
Method Summary
void
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
start(String contextPath,
Supplier<io.vertx.core.Vertx> vertx,
io.quarkus.runtime.ShutdownContext shutdown,
io.quarkus.arc.runtime.BeanContainer beanContainer,
Executor executor)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FunqyHttpBindingRecorder
public FunqyHttpBindingRecorder()
-
Method Details
-
-
start
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> start(String contextPath,
Supplier<io.vertx.core.Vertx> vertx,
io.quarkus.runtime.ShutdownContext shutdown,
io.quarkus.arc.runtime.BeanContainer beanContainer,
Executor executor)