Class VertxRequestHandler
- java.lang.Object
-
- io.quarkus.funqy.runtime.bindings.knative.events.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 FunctionInvokerdefaultInvokerprotected Executorexecutorprotected Map<String,List<Predicate<CloudEvent>>>invokersFiltersprotected com.fasterxml.jackson.databind.ObjectMappermapperprotected StringrootPathprotected Map<String,Collection<FunctionInvoker>>typeTriggersprotected io.vertx.core.Vertxvertx
-
Constructor Summary
Constructors Constructor Description VertxRequestHandler(io.vertx.core.Vertx vertx, String rootPath, io.quarkus.arc.runtime.BeanContainer beanContainer, com.fasterxml.jackson.databind.ObjectMapper mapper, FunqyKnativeEventsConfig config, FunctionInvoker defaultInvoker, Map<String,Collection<FunctionInvoker>> typeTriggers, Map<String,List<Predicate<CloudEvent>>> invokersFilters, Executor executor)
-
-
-
Field Detail
-
vertx
protected final io.vertx.core.Vertx vertx
-
mapper
protected final com.fasterxml.jackson.databind.ObjectMapper mapper
-
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
-
defaultInvoker
protected final FunctionInvoker defaultInvoker
-
typeTriggers
protected final Map<String,Collection<FunctionInvoker>> typeTriggers
-
invokersFilters
protected final Map<String,List<Predicate<CloudEvent>>> invokersFilters
-
rootPath
protected final String rootPath
-
-
Constructor Detail
-
VertxRequestHandler
public VertxRequestHandler(io.vertx.core.Vertx vertx, String rootPath, io.quarkus.arc.runtime.BeanContainer beanContainer, com.fasterxml.jackson.databind.ObjectMapper mapper, FunqyKnativeEventsConfig config, FunctionInvoker defaultInvoker, Map<String,Collection<FunctionInvoker>> typeTriggers, Map<String,List<Predicate<CloudEvent>>> invokersFilters, Executor executor)
-
-