JsonRpcRequest

Provides JSON-RPC request factory.

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

class Builder

Provides JSON-RPC request builder.

Provides JSON-RPC request builder.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(version: String, method: String, params: Option[JsonValue]): JsonRpcRequest

Creates JSON-RPC request as notification – that is, without identifier.

Creates JSON-RPC request as notification – that is, without identifier.

Value Params
method

method name

params

optional method params

version

JSON-RPC version

def apply(version: String, id: JsonRpcIdentifier, method: String, params: Option[JsonValue]): JsonRpcRequest

Creates JSON-RPC request.

Creates JSON-RPC request.

Value Params
id

message identifier

method

method name

params

optional method params

version

JSON-RPC version

Gets new request builder.

Gets new request builder.