Uses of Interface
io.quarkus.devui.runtime.comms.JsonRpcResponseWriter
Packages that use JsonRpcResponseWriter
Package
Description
-
Uses of JsonRpcResponseWriter in io.quarkus.devui.runtime.comms
Methods in io.quarkus.devui.runtime.comms with parameters of type JsonRpcResponseWriterModifier and TypeMethodDescriptionvoidJsonRpcRouter.route(JsonRpcRequest jsonRpcRequest, JsonRpcResponseWriter jrrw) -
Uses of JsonRpcResponseWriter in io.quarkus.devui.runtime.js
Classes in io.quarkus.devui.runtime.js that implement JsonRpcResponseWriter -
Uses of JsonRpcResponseWriter in io.quarkus.devui.runtime.jsonrpc
Methods in io.quarkus.devui.runtime.jsonrpc with parameters of type JsonRpcResponseWriterModifier and TypeMethodDescriptionvoidJsonRpcCodec.writeErrorResponse(JsonRpcResponseWriter writer, int id, String jsonRpcMethodName, Throwable exception) voidJsonRpcCodec.writeMethodNotFoundResponse(JsonRpcResponseWriter writer, int id, String jsonRpcMethodName) voidJsonRpcCodec.writeResponse(JsonRpcResponseWriter writer, int id, Object object, MessageType messageType) -
Uses of JsonRpcResponseWriter in io.quarkus.devui.runtime.mcp
Classes in io.quarkus.devui.runtime.mcp that implement JsonRpcResponseWriter