Uses of Class
io.smallrye.graphql.execution.ExecutionResponse
Packages that use ExecutionResponse
Package
Description
-
Uses of ExecutionResponse in io.smallrye.graphql.execution
Methods in io.smallrye.graphql.execution that return ExecutionResponseModifier and TypeMethodDescriptionExecutionService.execute(jakarta.json.JsonObject jsonInput) Deprecated.JsonObjectResponseWriter.getExecutionResponse()Methods in io.smallrye.graphql.execution with parameters of type ExecutionResponseModifier and TypeMethodDescriptionvoidExecutionResponseWriter.write(ExecutionResponse er) voidJsonObjectResponseWriter.write(ExecutionResponse er) -
Uses of ExecutionResponse in io.smallrye.graphql.websocket
Methods in io.smallrye.graphql.websocket with parameters of type ExecutionResponseModifier and TypeMethodDescriptionprotected abstract voidAbstractGraphQLWebsocketHandler.sendErrorMessage(String operationId, ExecutionResponse executionResponse) -
Uses of ExecutionResponse in io.smallrye.graphql.websocket.graphqltransportws
Methods in io.smallrye.graphql.websocket.graphqltransportws with parameters of type ExecutionResponseModifier and TypeMethodDescriptionprotected voidGraphQLTransportWSSubprotocolHandler.sendErrorMessage(String operationId, ExecutionResponse executionResponse) -
Uses of ExecutionResponse in io.smallrye.graphql.websocket.graphqlws
Methods in io.smallrye.graphql.websocket.graphqlws with parameters of type ExecutionResponseModifier and TypeMethodDescriptionprotected voidGraphQLWSSubprotocolHandler.sendErrorMessage(String operationId, ExecutionResponse executionResponse)