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>
Handler that does the execution of GraphQL Requests
-
Field Summary
Fields inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
jsonReaderFactory -
Constructor Summary
ConstructorsConstructorDescriptionSmallRyeGraphQLOverWebSocketHandler(io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest, boolean runBlocking) -
Method Summary
Methods inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
getExecutionService, getMetaData, handle, inputToJsonObject
-
Constructor Details
-
SmallRyeGraphQLOverWebSocketHandler
public SmallRyeGraphQLOverWebSocketHandler(io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest, boolean runBlocking)
-
-
Method Details
-
doHandle
protected void doHandle(io.vertx.ext.web.RoutingContext ctx) - Specified by:
doHandlein classSmallRyeGraphQLAbstractHandler
-