Uses of Class
io.smallrye.graphql.execution.ExecutionService
Packages that use ExecutionService
Package
Description
-
Uses of ExecutionService in io.smallrye.graphql.websocket
Fields in io.smallrye.graphql.websocket declared as ExecutionServiceModifier and TypeFieldDescriptionprotected final ExecutionServiceAbstractGraphQLWebsocketHandler.executionService -
Uses of ExecutionService in io.smallrye.graphql.websocket.graphqltransportws
Constructors in io.smallrye.graphql.websocket.graphqltransportws with parameters of type ExecutionServiceModifierConstructorDescriptionGraphQLTransportWSSubprotocolHandler(GraphQLWebSocketSession session, ExecutionService executionService) Deprecated. -
Uses of ExecutionService in io.smallrye.graphql.websocket.graphqlws
Constructors in io.smallrye.graphql.websocket.graphqlws with parameters of type ExecutionServiceModifierConstructorDescriptionGraphQLWSSubprotocolHandler(GraphQLWebSocketSession session, ExecutionService executionService) Deprecated.