Class SmallRyeGraphQLExecutionHandler
java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler that does the execution of GraphQL Requests
-
Nested Class Summary
Modifier and TypeClassDescription(package private) class
-
Field Summary
Fields inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
jsonReaderFactory
-
Constructor Summary
ConstructorDescriptionSmallRyeGraphQLExecutionHandler
(boolean allowGet, boolean allowPostWithQueryParameters, boolean runBlocking, io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest) -
Method Summary
Methods inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
getExecutionService, getMetaData, handle, inputToJsonObject
-
Constructor Details
-
SmallRyeGraphQLExecutionHandler
public SmallRyeGraphQLExecutionHandler(boolean allowGet, boolean allowPostWithQueryParameters, boolean runBlocking, io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest)
-
-
Method Details
-
doHandle
protected void doHandle(io.vertx.ext.web.RoutingContext ctx) - Specified by:
doHandle
in classSmallRyeGraphQLAbstractHandler
-