Message

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Message type.

Message type.

Attributes

lazy val properties: Map[String, String]

Message properties.

Message properties.

Attributes