Uses of Class
io.smallrye.graphql.execution.ExecutionResponse
-
Packages that use ExecutionResponse Package Description io.smallrye.graphql.execution io.smallrye.graphql.websocket io.smallrye.graphql.websocket.graphqltransportws io.smallrye.graphql.websocket.graphqlws -
-
Uses of ExecutionResponse in io.smallrye.graphql.execution
Methods in io.smallrye.graphql.execution that return ExecutionResponse Modifier and Type Method Description ExecutionResponseExecutionService. execute(jakarta.json.JsonObject jsonInput)Deprecated.ExecutionResponseJsonObjectResponseWriter. getExecutionResponse()Methods in io.smallrye.graphql.execution with parameters of type ExecutionResponse Modifier and Type Method Description voidExecutionResponseWriter. 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 ExecutionResponse Modifier and Type Method Description protected 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 ExecutionResponse Modifier and Type Method Description protected 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 ExecutionResponse Modifier and Type Method Description protected voidGraphQLWSSubprotocolHandler. sendErrorMessage(String operationId, ExecutionResponse executionResponse)
-