Class 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
    • Constructor Detail

      • SmallRyeGraphQLExecutionHandler

        public SmallRyeGraphQLExecutionHandler​(boolean allowGet,
                                               boolean allowPostWithQueryParameters,
                                               boolean runBlocking,
                                               io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation,
                                               CurrentVertxRequest currentVertxRequest)