RpcCall

automorph.RpcCall
final case class RpcCall[Context](function: String, arguments: Seq[Any], context: Context)

RPC call.

Type parameters

Context

RPC message context type

Value parameters

arguments

function arguments

function

function name

Attributes

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