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
-
-
Field Summary
-
Fields inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
jsonReaderFactory
-
-
Constructor Summary
Constructors Constructor Description SmallRyeGraphQLOverWebSocketHandler(io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest, boolean runBlocking)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doHandle(io.vertx.ext.web.RoutingContext ctx)
-
Methods inherited from class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
getExecutionService, getMetaData, handle, inputToJsonObject
-
-
-
-
Constructor Detail
-
SmallRyeGraphQLOverWebSocketHandler
public SmallRyeGraphQLOverWebSocketHandler(io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest, boolean runBlocking)
-
-
Method Detail
-
doHandle
protected void doHandle(io.vertx.ext.web.RoutingContext ctx)
- Specified by:
doHandle
in classSmallRyeGraphQLAbstractHandler
-
-