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>
public class SmallRyeGraphQLExecutionHandler extends SmallRyeGraphQLAbstractHandler
Handler that does the execution of GraphQL Requests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classSmallRyeGraphQLExecutionHandler.VertxExecutionResponseWrtiter
-
Field Summary
-
Fields inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
jsonReaderFactory
-
-
Constructor Summary
Constructors Constructor Description SmallRyeGraphQLExecutionHandler(boolean allowGet, boolean allowPostWithQueryParameters, boolean runBlocking, io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoHandle(io.vertx.ext.web.RoutingContext ctx)-
Methods inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
getExecutionService, getMetaData, handle, inputToJsonObject
-
-
-
-
Constructor Detail
-
SmallRyeGraphQLExecutionHandler
public SmallRyeGraphQLExecutionHandler(boolean allowGet, boolean allowPostWithQueryParameters, boolean runBlocking, io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest)
-
-
Method Detail
-
doHandle
protected void doHandle(io.vertx.ext.web.RoutingContext ctx)
- Specified by:
doHandlein classSmallRyeGraphQLAbstractHandler
-
-