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 class
static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal JsonRpcResponse.Error
final int
final JsonRpcResponse.Result
-
Constructor Summary
ConstructorsConstructorDescriptionJsonRpcResponse
(int id, JsonRpcResponse.Error error) JsonRpcResponse
(int id, JsonRpcResponse.Result result) -
Method Summary