Class VertxRequestHandler
- java.lang.Object
-
- io.quarkus.funqy.runtime.bindings.http.VertxRequestHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class VertxRequestHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
-
Field Summary
Fields Modifier and Type Field Description protected io.quarkus.security.identity.CurrentIdentityAssociationassociationprotected io.quarkus.arc.runtime.BeanContainerbeanContainerprotected CurrentVertxRequestcurrentVertxRequestprotected Executorexecutorprotected StringrootPathprotected io.vertx.core.Vertxvertx
-
Constructor Summary
Constructors Constructor Description VertxRequestHandler(io.vertx.core.Vertx vertx, io.quarkus.arc.runtime.BeanContainer beanContainer, String rootPath, Executor executor)
-
-
-
Field Detail
-
vertx
protected final io.vertx.core.Vertx vertx
-
rootPath
protected final String rootPath
-
beanContainer
protected final io.quarkus.arc.runtime.BeanContainer beanContainer
-
association
protected final io.quarkus.security.identity.CurrentIdentityAssociation association
-
currentVertxRequest
protected final CurrentVertxRequest currentVertxRequest
-
executor
protected final Executor executor
-
-