Class SmallRyeGraphQLOverWebSocketHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class SmallRyeGraphQLOverWebSocketHandler
    extends SmallRyeGraphQLAbstractHandler
    Handler that does the execution of GraphQL Requests
    • Constructor Detail

      • SmallRyeGraphQLOverWebSocketHandler

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