automorph.protocol.jsonrpc.Message
See theMessage companion object
JSON-RPC protocol message structure.
Type parameters
- Node
-
message node type
Value parameters
- error
-
failed method call error details
- id
-
call identifier, a request without and identifier is considered to be a notification
- jsonrpc
-
protocol version (must be 2.0)
- method
-
invoked method name
- params
-
invoked method argument values by position or by name
- result
-
succesful method call result value
Attributes
- See also
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article