RemoteCall

automorph.client.RemoteCall
See theRemoteCall companion class
object RemoteCall

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RemoteCall.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

inline def apply[Node, Codec <: MessageCodec[Node], Effect[_], Context, Result](functionName: String, codec: Codec, performCall: (String, Seq[(String, Node)], (Node, Context) => Result, Option[Context]) => Effect[Result]): RemoteCall[Node, Codec, Effect, Context, Result]

Creates a new remote function call proxy.

Creates a new remote function call proxy.

Type parameters

Codec

message codec plugin type

Context

RPC message context type

Effect

effect type

Node

message node type

Result

result type

Value parameters

codec

message codec plugin

functionName

remote function name

peformCall

performs an RPC call using specified arguments

Attributes