How to get an id parameter from json rpc with jsonprc4j

33 Views Asked by At

I need the id parameter of json-rpc. Is there a way to get this parameter from the jsonrpc4j library?

(https://i.stack.imgur.com/Mdxeq.png) Values of parameters are parsed well into objects using @JsonRpcParam.

but (https://i.stack.imgur.com/wQ5GE.png) This parameter is not parsed

Thank you

0

There are 0 best solutions below