Class SmallRyeGraphQLOverWebSocketHandler

java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
io.quarkus.smallrye.graphql.runtime.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 Details

    • SmallRyeGraphQLOverWebSocketHandler

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