You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Properties:
53
53
* To invoke a static method, `className` should be the canonical Java name of the class which holds the static method. `methodName` should be the name of the method to be invoked. `objectName` must be an empty string. (`""`)
54
54
* To invoke a method on a static object, `className` should be the canonical Java name of the class defining the static object, `objectName` should be the name of the static object that defines the method, and `methodName` should be the method to invoke.
***long id** - The id of the RPC response. This will be the same as it's corresponding RPC request.
59
59
***boolean isException** - If true, the RPC request failed with an exception. `value` will be a string representation of the exception thrown. If false, `value` will be the JSON-encoded result returned by constructor/method invocation.
0 commit comments