Package io.quarkus.devui.runtime.jsonrpc
Class JsonRpcResponse
java.lang.Object
io.quarkus.devui.runtime.jsonrpc.JsonRpcResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal JsonRpcResponse.Errorfinal intfinal JsonRpcResponse.Result -
Constructor Summary
ConstructorsConstructorDescriptionJsonRpcResponse(int id, JsonRpcResponse.Error error) JsonRpcResponse(int id, JsonRpcResponse.Result result) -
Method Summary